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