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