Sign in
dawn
/
dawn
/
afa7eff92192780f4e82a45b97e4f77fe7c8cf1c
/
.
/
test
/
tint
/
shadowing
/
struct
/
let.wgsl.expected.dxc.hlsl
blob: c4cb81d50c77ae6e431c988c08d6adb3dae53529 [
file
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
struct
a
{
int
a
;
};
void
f
()
{
{
const
a a_1
=
(
a
)
0
;
const
a b
=
a_1
;
}
const
a a_2
=
(
a
)
0
;
const
a b
=
a_2
;
}