blob: 61e65daf726ab70c5ea0cf7c25cb7e950d700773 [file] [log] [blame]
SKIP: FAILED
[[block]]
struct S {
a : array<i32>;
};
[[group(0), binding(0)]] var<storage, read> G : S;
[[stage(compute)]]
fn tint_symbol() {
let l1 : u32 = arrayLength(&(G.a));
}
Failed to generate: error: Unknown import method: arrayLength