fn cosh_c892bb() {
var res = cosh(0.0);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
cosh_c892bb();
return vec4<f32>();
@fragment
fn fragment_main() {
@compute @workgroup_size(1)
fn compute_main() {