(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
abi/
macro2.C
// { dg-options "-fabi-version=2" }

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