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