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