blob: 272c050d7919d9913e411d846dceebc6f9d1c524 [file] [log] [blame]
// { dg-do assemble }
// { dg-options "" }
// GROUPS passed error-reporting
// Bug: # line directive in template definition interferes with growing obstack
template <class T> class A
{
public:
# 200 "lineno4.C"
int foo () { undef1(); } // { dg-error "" "" { target *-*-* } 200 }
};
template class A<int>;