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