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