2024-04-14 22:45:38 +02:00

10 lines
98 B
C

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