static1.C   [plain text]


template <typename T> struct A
{
  static const int t[1][1]={{0}}; // { dg-error "brace-enclosed|in-class" }
};