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