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