Sign in
dawn
/
dawn
/
b5fc20c02eefa8c33d7cd4e1cfab2b7fc199cdf4
/
.
/
test
/
tint
/
shadowing
/
function
/
let.wgsl.expected.ir.msl
blob: c523995edb5505ff221718a8b3dde0906a859628 [
file
]
SKIP
:
FAILED
#include
<metal_stdlib>
using
namespace
metal
;
void
a
()
{
int
a
=
1
;
int
b
=
a
;
int
const
a
=
1
;
int
const
b
=
a
;
}