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