Sign in
dawn
/
dawn.git
/
d97a08f4dd57f3ab211ed0cb8a68c002f09d0b5a
/
.
/
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
;
}