]> git.cameronkatri.com Git - mandoc.git/blob - test-EFTYPE.c
Add the \) special character, a variant of \& so arcane that i
[mandoc.git] / test-EFTYPE.c
1 #include <errno.h>
2
3 int
4 main(void)
5 {
6 return !EFTYPE;
7 }