Sign in
dawn
/
dawn
/
b4ece7f4e57731dfb8f52e084b277d64ec5b6e54
/
.
/
test
/
tint
/
shadowing
/
function
/
param.wgsl.expected.ir.msl
blob: f111091b568772ec7fcf25d20787db96d1cc8751 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
(
int
a
)
{
int
const
b
=
a
;
}