Sign in
dawn
/
dawn
/
614bebb4e3cc1365e0bbcd810e8d124a5c3079e4
/
.
/
test
/
tint
/
shadowing
/
alias
/
param.wgsl.expected.msl
blob: d9778ecbdf5d967a590b8e525d4319036f4028c0 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
(
int
a
)
{
int
const
b
=
a
;
}
kernel
void
v
()
{
f
(
1
);
}