Sign in
dawn
/
dawn
/
08f33fe5c6daea5cede4c1a5ac891fd3bf975c31
/
.
/
test
/
tint
/
identifiers
/
underscore
/
prefix
/
upper
/
var.wgsl.expected.ir.msl
blob: a588ec66fa84ae6c7454b4327764718808004d72 [
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
;
}