test127

Undocumented in source.
immutable
auto test127 = q{--- test127 // Small struct store void put(Point* bufPtr, Point item) { bufPtr[0] = item; } struct Point { i32 x; i32 y; } };

Meta