Sign in
dawn
/
dawn
/
d547c115ac17b7586b7b215a482072c194ab2dbe
/
.
/
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__
;
}