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