summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/lineno2.C
blob: a4f524acb70968021b3e9b1379f2f2df5b58aec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// { dg-do assemble  }
// { dg-options "" }
// GROUPS passed error-reporting
// Bug: # line directive gets ignored immediately after text.
template <class T> class A
{
public:
# 200 "lineno2.C"
};

int
main()
{
   undef1(); // { dg-error "" "" { target *-*-* } 205 }
   return 0;
}