Sign in
dawn
/
tint
/
1c4f8de30b516802cb125188b71dd043dda678cf
/
.
/
test
/
identifiers
/
underscore
/
double
/
let.wgsl.expected.msl
blob: af5a2362a77927334233d92256c7a90fba7e2c65 [
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__
;
}