dfmt/tests/allman/issue0256.d.ref

7 lines
136 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}};
}