Sign in
dawn
/
dawn
/
874b61f1badfe275c480d1dcb6d32b867391de73
/
.
/
test
/
tint
/
ptr_ref
/
load
/
global
/
struct_field.wgsl.expected.msl
blob: 857a03ed934d578c64c2a20a309c45706197161d [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
int
i
;
};
kernel
void
tint_symbol
()
{
thread S tint_symbol_1
=
{};
int
const
i
=
tint_symbol_1
.
i
;
return
;
}