Sign in
dawn
/
dawn.git
/
7b5df898b667de4e7e25dd5a0876e4bf4516a443
/
.
/
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
;
}