xref: /src/contrib/unifdef/tests/error.c (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1 #if FOO != 5
2 #error
3 #endif
4 bar
5