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

9 lines
61 B
HLSL

struct S {
int m;
};
void f() {
S v = (S)0;
return;
}