Sign in
dawn
/
dawn
/
c101627f1c648c2f189ae017e57082b43129504f
/
.
/
test
/
tint
/
out_of_order_decls
/
struct
/
alias.wgsl.expected.ir.fxc.hlsl
blob: 37bad71ff452901fd293fbb16731846859ab976c [
file
] [
log
] [
blame
]
struct
S
{
int
m
;
};
void
f
()
{
S v
=
(
S
)
0
;
}