]> git.cameronkatri.com Git - mandoc.git/blob - test-pledge.c
When the mparse_alloc() prototype changed in read.c 1.179, updating
[mandoc.git] / test-pledge.c
1 #include <unistd.h>
2
3 int
4 main(void)
5 {
6 return !!pledge("stdio", NULL);
7 }