Sign in
dawn
/
dawn
/
refs/heads/chromium/5897
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
let.wgsl.expected.msl
blob: f62a1f41cad3f90a61c705af5d9d0730c819cda2 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int
const
a
=
1
;
int
const
_a
=
a
;
int
const
b
=
a
;
int
const
_b
=
_a
;
}