Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
abi
/
macro0.C
blob: f25f291dba671d41b3f0f3b8f2ea8c01e1b4cbdc [
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 != 1016
#error
"Incorrect value of __GXX_ABI_VERSION"
#endif