Sign in
dawn
/
dawn
/
efe9c49819a61ba2d43ba6618bd043380e5a97f9
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
struct_field.spvasm.expected.msl
blob: 211485e551f349080a59c78dca01be747a6cbfba [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
};
void
main_1
()
{
thread S tint_symbol_1
=
{};
int
i
=
0
;
int
const
x_15
=
tint_symbol_1
.
i
;
i
=
x_15
;
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}