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