xref: /freebsd/contrib/mandoc/test-EFTYPE.c (revision 85732ac8)
1 #include <errno.h>
2 
3 int
4 main(void)
5 {
6 	return !EFTYPE;
7 }
8