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