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