blob: b1fd42fac37f865b0d7a1e1f64b6a8bf63da97b9 [file] [log] [blame]
#ifndef A_DEF
#error "A_DEF not defined"
#endif
#ifdef B_DEF
#error "B_DEF must not be defined"
#endif