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