aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/abi/macro1.C
blob: 871208da3ad5ec0c2e03aef925e08ac2ec6e3469 (plain)
1
2
3
4
5
// { dg-options "-fabi-version=1" }

#if __GXX_ABI_VERSION != 102
#error "Incorrect value of __GXX_ABI_VERSION"
#endif