Sign in
dawn
/
dawn
/
669e15e1390960b58a705fa2116c36c868730ef3
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
i32.spvasm.expected.msl
blob: 5325510d02a603b33aad9c8a629b89718eba3aaa [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
thread
int
tint_symbol_1
=
0
;
tint_symbol_1
=
123
;
tint_symbol_1
=
123
;
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}