Sign in
dawn
/
tint.git
/
3604e80321820bd2a7db8cfbedf413ac457bbc88
/
.
/
test
/
ptr_ref
/
store
/
global
/
struct_field.spvasm.expected.msl
blob: f66e91934f91f2c1956284b474876158372974df [
file
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
};
kernel
void
tint_symbol
()
{
thread S tint_symbol_2
=
{};
thread S
*
const
tint_symbol_1
=
&(
tint_symbol_2
);
(*(
tint_symbol_1
)).
i
=
5
;
return
;
}