blob: 802afcb554d94e332531968ddb12c9a33cce0ebe [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float v(int v_1) {
return float(v_1);
}
fragment void v_2() {
int v_3 = 0;
float const v_4 = v(v_3);
}