Sign in
dawn
/
dawn
/
6ad78e82fbd5ae3128df32e467221326685d9d0d
/
.
/
test
/
tint
/
shadowing
/
struct
/
let.wgsl.expected.ir.msl
blob: faba8015d173badf962fb6964a128c340f14ad3e [
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_1
=
a_2
;
}