blob: 158b7668ae813727cdf931ac44799347a4719cac [file] [log] [blame]
module imports.test32a;
struct S{
int i;
}
int f(){
return S.sizeof; // OK
}