blob: 3dda0e08d89c3a02d78531591298b3eac09e74d8 [file] [log] [blame]
@stage(compute) @workgroup_size(1)
fn f() {
let a = 1u;
let b = 2u;
let r : u32 = (a * b);
}