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

7 lines
60 B
D

// PERMUTE_ARGS: -w -wi
@system:
struct S
{
int[] a;
}