Sign in
dawn
/
dawn
/
5102f87e38e0092828664b0208e5398781e8686e
/
.
/
test
/
ptr_ref
/
load
/
global
/
struct_field.spvasm.expected.msl
blob: e3352ce09cd1d523c9ff75a60d20acb43069d53d [
file
] [
log
] [
blame
]
#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
);
int
i
=
0
;
int
const
x_15
=
(*(
tint_symbol_1
)).
i
;
i
=
x_15
;
return
;
}