aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/lineno4.C
blob: a570edf313c2e4882de9deb41ccce3684170c404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Build don't link: 
// Special g++ Options: 
// GROUPS passed error-reporting
// Bug: # line directive in template definition interferes with growing obstack
template <class T> class A
{
public:

# 200 "lineno4.C"
      int foo () { undef1(); } // ERROR - , LINE 200
};

template class A<int>;