aggr131

Undocumented in source.
immutable
auto aggr131 = q{--- aggr131 // Construct and store into ptr struct Point { i32 x; i32 y; } void run(Point* point, i32 x, i32 y) { *point = Point(x, y); } };

Meta