aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/lineno5.C
blob: 95ff218cbb26311ea11b52f4f6c61b5a852ce9e9 (plain)
1
2
3
4
5
6
7
8
9
10
// 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 - 
}