OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / lineno5.C
1 // { dg-do assemble  }
2 // GROUPS passed error-reporting
3 // Bug: incomplete instantiation messes with lineno
4 template <class T> class A;
5
6 int main()
7 {
8   A<int> *p;
9   undef1();// { dg-error "" } 
10 }