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