7 lines
89 B
C
7 lines
89 B
C
|
#ifndef A
|
||
|
# error "A not defined"
|
||
|
#endif
|
||
|
#ifdef B
|
||
|
# error "B must not be defined"
|
||
|
#endif
|