Sign in
dawn
/
dawn
/
1ddb39c14b3aff8d9099e75bebb1ed3efa75a46b
/
.
/
test
/
tint
/
shadowing
/
function
/
var.wgsl.expected.msl
blob: ddbbafe087ae555d61c31a2542f19afee68e4ced [
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
=
a_2
;
}