aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/abi/macro0.C
blob: 183184e0f0a3c0ae265dcbcbbfa19076b27344d8 (plain)
1
2
3
4
5
6
// This testcase will need to be kept in sync with c_common_post_options.
// { dg-options "-fabi-version=0" }

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