// Minimal canary for Stage-B emit -> MIR(JSON) testing. // StringBox.length boxcall should appear in MIR. static box Main { method main(args) { local s = new StringBox("nyash"); return s.length() } }