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