mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
4 lines
82 B
D
4 lines
82 B
D
struct S { @disable this(); }
|
|
extern __gshared S a;
|
|
extern S[2] b;
|
|
void main() {}
|