Sign in
dawn
/
dawn
/
refs/heads/main
/
.
/
test
/
tint
/
shadowing
/
function
/
var.wgsl.expected.ir.msl
blob: a5208ee95ccc8a27cf9e775a0fb2fe657f133d2b [
file
] [
log
] [
blame
] [
edit
]
#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
;
}