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