Sign in
dawn
/
dawn
/
d2ecf447d862fa40a30e1cee7276837dcfa005fc
/
.
/
test
/
tint
/
shadowing
/
alias
/
param.wgsl.expected.msl
blob: 111b1e8474074f570ea2857383e7b913f1491931 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
(
int
a_1
)
{
int
const
b
=
a_1
;
}