Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
issue21390.d
blob: a5536325adea1ad89889a6de2b6bf7d360881e4d [
file
] [
log
] [
blame
]
struct
S
{
@disable
this
();
}
// Does not compile: "default construction is disabled for type `S`"
extern
__gshared S gVariable1
;