blob: 5a3a80c47af3e0b01a367e1e5d3afc2c8497288a [file] [log] [blame]
fn main() -> f32 {
return (((2.0 * 3.0) - 4.0) / 5.0);
}
@stage(compute) @workgroup_size(2)
fn ep() {
}