Sign in
dawn
/
dawn
/
3335875f2d2cf75ff2f3d89f92a449ab23fcfeb6
/
.
/
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
;
}