Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
macro0.C
blob: 08106004c4d0a1ec348ea0a20a2bb4594754275a [
file
] [
log
] [
blame
]
// This testcase will need to be kept in sync with c_common_post_options.
// { dg-options "-fabi-version=0" }
#if __GXX_ABI_VERSION != 1014
#error
"Incorrect value of __GXX_ABI_VERSION"
#endif