summaryrefslogtreecommitdiff
path: root/Tests/ObjectLibrary/A/a.h
blob: 6bfbc82a0b6c57d21944cff8eca6be7fdfac9847 (plain)
1
2
3
4
5
6
#ifndef A
# error "A not defined"
#endif
#ifdef B
# error "B must not be defined"
#endif