Sign in
◑
Theme
dawn
/
dawn
/
ab7c8f170cc62b2a9f0ca71609f812ebea4fa5db
/
.
/
test
/
tint
/
shadowing
/
struct
/
let.wgsl.expected.msl
blob: 7c78c866cd9ea6d8b436a8c6957038a826cdc0bb [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
a
{
int
a
;
};
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
f
()
{
a
const
a_1
=
a
{};
a
const
b
=
a_1
;
a
const
a_2
=
a
{};
a
const
b_1
=
a_2
;
}