(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
inline1.C
struct f
{
  int oo()
  {
    return (2; // { dg-error "" }
  }
};