Sign in
dawn
/
dawn
/
2fc56a1c637925f76c6f40604283d33f6cf5018c
/
.
/
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
;
}