dawn-cmake/test/tint/shadowing/alias/param.wgsl.expected.wgsl

6 lines
45 B
WebGPU Shading Language

alias a = i32;
fn f(a : a) {
let b = a;
}