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