Sign in
dawn
/
dawn
/
d28ef3380b1148fd371154de29f0fc8ac36078e0
/
.
/
test
/
tint
/
out_of_order_decls
/
struct
/
struct.wgsl.expected.fxc.hlsl
blob: 2f48847da4499bad1d51c54999595635fc244318 [
file
] [
log
] [
blame
]
struct
S2
{
int
m
;
};
struct
S1
{
S2 m
;
};
void
f
()
{
S1 v
=
(
S1
)
0
;
return
;
}