(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
diagnostic/
alignof1.C
struct A
{
  int foo() { return __alignof(bar); } // { dg-error "32:ISO C\\+\\+ forbids applying .__alignof." }
  int bar();
};