Sign in
dawn
/
tint
/
6bdbc4a6dfdc95a9479e4ebccc9f4c02e614fdb1
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
let.wgsl.expected.msl
blob: 7b3d669476fc198e697b3cef90adb1e8e3990a74 [
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
;
}