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

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