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