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