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