Sign in
dawn
/
tint.git
/
6b358c3f21fd2e1d67d1d69366a65bedb78ceea5
/
.
/
test
/
ptr_ref
/
load
/
local
/
struct_field.spvasm.expected.msl
blob: 185bd720cb0a23c54dcecbef756a3a13c2625e38 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
};
kernel
void
tint_symbol
()
{
int
i
=
0
;
S V
=
{};
int
const
x_14
=
V
.
i
;
i
=
x_14
;
return
;
}