Sign in
dawn
/
dawn
/
183fe20249ee7bc5ba961066894fd1e0868c4375
/
.
/
test
/
tint
/
shadowing
/
alias
/
let.wgsl.expected.msl
blob: f08b48d306bb77912e90fc7fb510eec4d77ee3aa [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int
const
a
=
0
;
int
const
b
=
a
;
int
const
a_1
=
0
;
int
const
b_1
=
a_1
;
}
kernel
void
v
()
{
f
();
}