Sign in
dawn
/
dawn
/
fd3b2429100c4be182e2ff75b35f188db0fabc29
/
.
/
test
/
tint
/
shadowing
/
param
/
function.wgsl.expected.msl
blob: 8be9be4237590aa31ecfcbee1d6fe728731fede4 [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
(
int
a_1
)
{
{
int
a_2
=
a_1
;
int
b
=
a_2
;
}
}