Sign in
dawn
/
dawn
/
31f1e527d6865cc02b1ceda203c77cb0da070b79
/
.
/
test
/
tint
/
identifiers
/
underscore
/
double
/
var.wgsl.expected.ir.msl
blob: 5ff7f9ffff2961f89323737f8c976e696fe1da41 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
#include
<metal_stdlib>
using
namespace
metal
;
thread
int
a
=
1
;
thread
int
a__
=
2
;
void
f
()
{
int
b
=
a
;
int
b__
=
a__
;
}