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