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

8 lines
47 B
HLSL

void f2() {
}
void f1() {
f2();
return;
}