(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
abi/
macro0.C
// This testcase will need to be kept in sync with c_common_post_options.
// { dg-options "-fabi-version=0" }

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