Sign in
dawn
/
dawn
/
01bd3aa73e60dd8b7d532580866f6e8b26b37b50
/
.
/
test
/
tint
/
shadowing
/
alias
/
let.wgsl.expected.dxc.hlsl
blob: ad5e10450e96d52cae364d525e8d2230666fec41 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
{
const
int
a_1
=
0
;
const
int
b
=
a_1
;
}
const
int
a_2
=
0
;
const
int
b
=
a_2
;
}