]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/mandoc/test-EFTYPE.c
libdwarf: Use the cached strtab pointer when reading string attributes.
[FreeBSD/FreeBSD.git] / contrib / mandoc / test-EFTYPE.c
1 #include <errno.h>
2
3 int
4 main(void)
5 {
6         return !EFTYPE;
7 }