blob: 3f71e096efcacb4be4cf2e509b1dcc1ed69ff24d [file] [log] [blame]
void main(int on) {
try {
;
} catch (e) {
;
} on Foo {
;
}
on = 42;
}