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