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