Rebase.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / lineno3.C
blob997267e724487ae1e53422bdd3998e753d33583a
1 // { dg-do assemble  }
2 // { dg-options "" }
3 // GROUPS passed error-reporting
4 // potential bug: # line directive does not get reproduced in template
5 // expansion
6 template <class T> class A
8 public:
9 # 200 "lineno3.C"
10       int foo () { undef1(); } // { dg-error "" "" { target *-*-* } 200 }
11       // { dg-message "note" "note" { target *-*-* } 200 }
14 template class A<int>;