2018-08-09 18:06:22 +02:00

7 lines
107 B
C

#ifndef A_DEF
# error "A_DEF not defined"
#endif
#ifdef B_DEF
# error "B_DEF must not be defined"
#endif