dawn-cmake/test/tint/out_of_order_decls/func/let.wgsl.expected.fxc.hlsl

7 lines
67 B
HLSL

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