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