Sign in
dawn
/
dawn
/
f72fe8966f1226d6bcca53c427d384ffd2581e33
/
.
/
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
;
}