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