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