xref: /freebsd/contrib/mandoc/test-pledge.c (revision 1a13f2e6b444dd8048aebd2ac1f0b8fae9e3088f)
1 #include <unistd.h>
2 
3 int
4 main(void)
5 {
6 	return !!pledge("stdio", NULL);
7 }
8