dawn-cmake/test/tint/out_of_order_decls/alias/alias.wgsl.expected.wgsl

9 lines
66 B
WebGPU Shading Language

type T1 = T2;
type T2 = i32;
@fragment
fn f() {
var v : T1;
}