Sign in
dawn
/
dawn
/
f6d51ec54d46e90b26d611e17abb1ef41f801160
/
.
/
test
/
tint
/
shadowing
/
struct
/
var.wgsl.expected.ir.msl
blob: 50fb1752f65d876b6c571501f182c1e59f7c1bc7 [
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
;
}