Sign in
dawn
/
dawn
/
3335875f2d2cf75ff2f3d89f92a449ab23fcfeb6
/
.
/
test
/
tint
/
shadowing
/
param
/
var.wgsl.expected.msl
blob: a26ff19ba0974aa1e244265948e5763bd44e7288 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
(
int
a
)
{
{
int
a_1
=
a
;
int
b
=
a_1
;
}
}