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