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