enable f16;
fn acosh_a37dfe() {
var res : f16 = acosh(1.54296875h);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
acosh_a37dfe();
return vec4<f32>();
@fragment
fn fragment_main() {
@compute @workgroup_size(1)
fn compute_main() {