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