dmd/compiler/test/compilable/issue21662.d
2022-07-09 18:53:07 +02:00

4 lines
82 B
D

struct S { @disable this(); }
extern __gshared S a;
extern S[2] b;
void main() {}