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