Sign in
dawn
/
dawn
/
e00aeb487402f8d3e0b27206aacdc91c750c3389
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
parameter.wgsl.expected.ir.msl
blob: d66f9b2474b6c33372e2d8b5f2b185cebc338b57 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
(
int
a__
)
{
int
const
b
=
a__
;
}