Sign in
dawn
/
dawn
/
01bd3aa73e60dd8b7d532580866f6e8b26b37b50
/
.
/
test
/
tint
/
shadowing
/
struct
/
let.wgsl.expected.fxc.hlsl
blob: c4cb81d50c77ae6e431c988c08d6adb3dae53529 [
file
] [
log
] [
blame
]
[
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
;
}