blob: 40494584e0ddae81662c5b691cd536b428c7b345 [file] [log] [blame]
float v(int v_1) {
return float(v_1);
}
void v_2() {
int v_3 = int(0);
float v_4 = v(v_3);
}