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