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