blob: 6c278036b9a525f140a55e2aedc01f4eaf831df0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Build don't link:
// GROUPS passed error-reporting
// Special g++ Options:
// Bug: # line directive gets ignored immediately after text.
template <class T> class A
{
public:
# 200 "lineno2.C"
};
main()
{
undef1(); // ERROR - , LINE 204
}
|