Sign in
dawn
/
tint
/
c830130bb8942fd6c74e47ccf565595e58875dc2
/
.
/
test
/
shadowing
/
param
/
let.wgsl.expected.msl
blob: 9f402b1ee40eeedf007915ca55309a32397dfa4f [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
(
int
a
)
{
{
int
const
a_1
=
a
;
int
const
b
=
a_1
;
}
}