blob: 7022af17e646b2a18f101fdda44a8ebe31ac7c0f [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a = 1;
let b = 2;
let r : i32 = (a + b);
}