Files
2026-09-20 11:43:10 +02:00

13 lines
113 B
C

#ifdef WRONG
# error "WRONG defined"
#endif
#ifndef DEF
# error "DEF not defined"
#endif
void foo(void)
{
}