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