blob: a5536325adea1ad89889a6de2b6bf7d360881e4d [file] [log] [blame]
struct S { @disable this(); }
// Does not compile: "default construction is disabled for type `S`"
extern __gshared S gVariable1;