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