Commit 9b1e4260 by Neil Booth Committed by Neil Booth

* g++.dg/parse/parse2.C: New test.

From-SVN: r60726
parent d4413948
2003-01-01 Neil Booth <neil@daikokuya.co.uk>
* g++.dg/parse/parse2.C: New test.
2003-01-01 Neil Booth <neil@daikokuya.co.uk>
* g++.dg/template/friend11.C: New test.
2003-01-01 Neil Booth <neil@daikokuya.co.uk>
......
/* PR c++/67 */
/* { dg-do compile } */
template <class T> struct foo {
static const int bar [3];
};
// Used to fail if 2+1 rather than 3.
template <class T> const int foo<T>::bar [2+1] = { 0, 0, 0 };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment