Sign in
dawn
/
dawn
/
afa7eff92192780f4e82a45b97e4f77fe7c8cf1c
/
.
/
test
/
tint
/
shadowing
/
struct
/
let.wgsl.expected.msl
blob: 4780a5ed31e83e3079ecc2ead76522ba27d4cdf3 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
a
{
int
a
;
};
void
f
()
{
{
a
const
a_1
=
{};
a
const
b
=
a_1
;
}
a
const
a_2
=
{};
a
const
b
=
a_2
;
}