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