blob: 8c451304e89d97ad7d92c104fdb1f7c085f851d3 [file] [log] [blame]
// { dg-do assemble }
struct S{
static const int i;
static const int j;
};
typedef S T;
const int T::i = 4;
const int T::j = 4;