blob: 4bb04e28b7e516097e98e9d639d4c94bf4ea9c16 [file] [log] [blame]
void main_1() {
const bool x_1 = (30 == 40);
return;
}
void main() {
main_1();
return;
}