/* PR c++/67 */ /* { dg-do compile } */ template struct foo { static const int bar [3]; }; // Used to fail if 2+1 rather than 3. template const int foo::bar [2+1] = { 0, 0, 0 };