Sign in
dawn
/
dawn
/
144ebed4c7ee7c6ecddeedfa81d607bbf256e8f2
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
lower
/
var.wgsl.expected.ir.msl
blob: f00abbcdb2478121e1484ce016317ba03a468e16 [
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
;
}