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