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