blob: b12ed13c40624e809769a6f5f4428c49f8e661c2 [file] [log] [blame]
//Build don't link:
struct S{
static const int i;
static const int j;
};
typedef S T;
const int T::i = 4;
const int T::j = 4;