aggr133
auto aggr133 =
q{--- aggr133
// Bug. Wrong size of shr used when deconstructing small aggregate
struct Point { i32 x; i32 y; }
@extern(module, "host")
void consume(i32, i32);
void run(Point point)
{
consume(point.x, point.y);
}
};
tests aggregates
functionsvariables