d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / issue21662.d
blobbb2e7412e360d5a7c080c03f228190a729ea71f2
1 struct S { @disable this(); }
2 extern __gshared S a;
3 extern S[2] b;
4 void main() {}