Sign in
dawn
/
dawn
/
0bb6d4d0b5c854e83cf3846092eb3079afd72194
/
.
/
test
/
tint
/
shadowing
/
alias
/
var.wgsl.expected.ir.msl
blob: d76e0351e144a5954f9f1cab209d20c78d2e1beb [
file
] [
log
] [
blame
]
SKIP
:
FAILED
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
int
a
=
0
;
int
b
=
a
;
int
a
=
0
;
int
b
=
a
;
}