(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.jason/
lineno2.C
// { dg-do assemble  }
// { dg-options "" }
// GROUPS passed error-reporting
// Bug: # line directive gets ignored immediately after text.
template <class T> class A
{
public:
# 200 "lineno2.C"
};

int
main()
{
   undef1(); // { dg-error "" "" { target *-*-* } 205 }
   return 0;
}