2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / template / static1.C
blob98e1acb9e510921f0d26d6e60b6d1b77a7a87043
1 template <typename T> struct A
3   static const int t[1][1]={{0}}; // { dg-error "brace-enclosed|in-class" }
4 };