blob: bb2e7412e360d5a7c080c03f228190a729ea71f2 [file] [log] [blame]
struct S { @disable this(); }
extern __gshared S a;
extern S[2] b;
void main() {}