blob: 71a27e48729297e05500f0a77bcc93be1a1a9860 [file] [log] [blame] [edit]
alias a = i32;
fn f() {
{
let a : a = a();
let b = a;
}
let a : a = a();
let b = a;
}
@compute @workgroup_size(1)
fn main() {
f();
}