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