dfmt/tests/otbs/issue0256.d.ref

6 lines
132 B
Plaintext

void foo() {
S s1 = {a: 3};
S s2 = {a: 3, b: "test string"};
S s3 = {a: 3, b: "test string", c: {x: 3.14, y: 3 + 4}};
}