freebsd-dev/contrib/mandoc/test-EFTYPE.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
56 B
C
Raw Normal View History

#include <errno.h>
int
main(void)
{
return !EFTYPE;
}