JN via Digitalmars-d-learn Sun, 25 Apr 2021 06:40:38 -0700
struct Foo { int x, y, z; }
void main() { Foo bar = Foo(1,); } This compiles without syntax errors, is this expected?