2020-08-30 11:54:41 +02:00

10 lines
94 B
C

#if defined(BEFORE_KEYWORD)
# error "BEFORE not honored"
#endif
int main()
{
return 0;
}