2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / lineno2.C
blob7f33176493c004e3a5ec397e9d90f7fe448e5708
1 // { dg-do assemble  }
2 // { dg-options "" }
3 // GROUPS passed error-reporting
4 // Bug: # line directive gets ignored immediately after text.
5 template <class T> class A
7 public:
8 # 200 "lineno2.C"
9 };
11 main()
13    undef1(); // { dg-error "" "" { target *-*-* } 204 }