test204

Undocumented in source.
immutable
auto test204 = q{--- test204 // aggregate lowering struct A { i32 val1; i32 val2; } A run(A res, bool cond, i32 val) { if (cond) res.val1 = val; return res; } };

Meta