blob: bcbd967f7690753571fb9016c8500e4f46796c8d [file] [log] [blame]
[[block]]
struct S {
a : array<i32>;
};
[[group(0), binding(0)]] var<storage, read> G : S;
[[stage(compute)]]
fn main() {
}