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