blob: 95ff218cbb26311ea11b52f4f6c61b5a852ce9e9 [file] [log] [blame]
// Build don't link:
// GROUPS passed error-reporting
// Bug: incomplete instantiation messes with lineno
template <class T> class A;
int main()
{
A<int> *p;
undef1();// ERROR -
}