Sign in
dawn
/
tint
/
refs/heads/chromium/4887
/
.
/
test
/
identifiers
/
underscore
/
double
/
let.wgsl.expected.msl
blob: 47c1b05685fb741f1d36a6848dfec38bca8930ae [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
constant
int
a
=
1
;
constant
int
a__
=
2
;
void
f
()
{
int
const
b
=
a
;
int
const
b__
=
a__
;
}