mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
3 lines
130 B
D
3 lines
130 B
D
struct S { @disable this(); }
|
|
// Does not compile: "default construction is disabled for type `S`"
|
|
extern __gshared S gVariable1;
|