Sign in
dawn
/
dawn
/
6d338a77e102a5a1f32c341f3bbaf3e895018cb1
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
let.wgsl.expected.msl
blob: ed01a8f1156fe11fa14213f1ecc2855802940a40 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int
const
a
=
1
;
int
const
a__
=
a
;
int
const
b
=
a
;
int
const
b__
=
a__
;
}