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