Sign in
dawn
/
dawn
/
08f33fe5c6daea5cede4c1a5ac891fd3bf975c31
/
.
/
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
;
}