1
Vote

oops on _(begin_update) inside of conditional

description

The following gets "OOPS: unhandled stmt stmt @begin_update":

void test() {
if (1) {
_(begin_update)
}
}

comments