dawn-cmake/test/tint/out_of_order_decls/func/var.wgsl.expected.dxc.hlsl

7 lines
61 B
HLSL

static int a = 1;
void f() {
const int b = a;
return;
}