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