blob: 8ff70f285c1f82cc59e727e905fedcff78af9c6c [file] [log] [blame]
@stage(compute) @workgroup_size(1)
fn main() {
var v : array<i32, 3>;
_ = v;
}