Sign in
dawn
/
dawn.git
/
ec0b64043567293ff2df9f05465e4dfd5f80d351
/
.
/
test
/
tint
/
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
;
}
}