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