Sign in
dawn
/
dawn
/
4127abfd410f29f7cabfd0a95cd942acd222977f
/
.
/
test
/
tint
/
shadowing
/
struct
/
let.wgsl.expected.msl
blob: 4780a5ed31e83e3079ecc2ead76522ba27d4cdf3 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
a
{
int
a
;
};
void
f
()
{
{
a
const
a_1
=
{};
a
const
b
=
a_1
;
}
a
const
a_2
=
{};
a
const
b
=
a_2
;
}