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