Sign in
dawn
/
dawn
/
829f73d077f28ac0f5cf157b984792a4c04eab7c
/
.
/
test
/
tint
/
shadowing
/
function
/
let.wgsl.expected.msl
blob: f7589b1e63793402d2fe1e030b508e6498ba4e58 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
a
()
{
int
a_1
=
1
;
int
b
=
a_1
;
int
const
a_2
=
1
;
int
const
b_1
=
a_2
;
}