blob: c0b246c7e8100016c11fb1107d4c9af0716c837d [file] [log] [blame]
fn frexp_68fc89() {
var arg_1 : vec4<u32>;
var res : vec4<f32> = frexp(vec4<f32>(), &(arg_1));
}
[[stage(vertex)]]
fn vertex_main() -> [[builtin(position)]] vec4<f32> {
frexp_68fc89();
return vec4<f32>();
}
[[stage(fragment)]]
fn fragment_main() {
frexp_68fc89();
}
[[stage(compute)]]
fn compute_main() {
frexp_68fc89();
}