test94

Undocumented in source.
immutable
auto test94 = q{--- test94 // return small struct struct Small { i32 a; i32 b; } Small glue(i32 a, i32 b) { return Small(a, b); } };

Meta