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