2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / lineno5.C
blobf723a222b8c08cce9c2af915feb1545fb200b5c7
1 // { dg-do assemble  }
2 // GROUPS passed error-reporting
3 // Bug: incomplete instantiation messes with lineno
4 template <class T> class A;
6 int main()
8   A<int> *p;
9   undef1();// { dg-error "" }