blob: 348f59e916296905b41579e4c08f93dc67b2cd5b [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a = 1.;
let b = 2.;
let r : f32 = a + b;
}