]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/mandoc/test-EFTYPE.c
Add LLVM openmp trunk r351319 (just before the release_80 branch point)
[FreeBSD/FreeBSD.git] / contrib / mandoc / test-EFTYPE.c
1 #include <errno.h>
2
3 int
4 main(void)
5 {
6         return !EFTYPE;
7 }