dawn-cmake/test/tint/out_of_order_decls/array/alias.wgsl.expected.dxc.hlsl

7 lines
65 B
HLSL

static int A[4] = (int[4])0;
void f() {
A[0] = 1;
return;
}