blob: 5f210c2aca5a19b87f05c6bafa41cec8d32aa412 [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a = 1u;
let b = 2u;
let r : u32 = a - b;
}