mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
6 lines
76 B
D
6 lines
76 B
D
struct S
|
|
{
|
|
int[] data;
|
|
}
|
|
immutable X = S([]);
|
|
enum len = X.data.length;
|