blob: 45c6de7c3369229ec1566eef2718437c88ba28bb [file] [log] [blame]
@stage(compute) @workgroup_size(1)
fn f() {
let a : u32 = 1u;
let b : u32 = bitcast<u32>(a);
}