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