Sign in
dawn
/
dawn
/
648a2b32c94e2bbda7f12076ff57ace9699e602e
/
.
/
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
;
}