Sign in
dawn
/
tint.git
/
a2f4134c560115523cf8a83ef3a73eb2405b8a30
/
.
/
test
/
shadowing
/
param
/
function.wgsl.expected.msl
blob: 8be9be4237590aa31ecfcbee1d6fe728731fede4 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
(
int
a_1
)
{
{
int
a_2
=
a_1
;
int
b
=
a_2
;
}
}