Sign in
dawn
/
dawn
/
4aed3150b58807721ad4b5aa69d7b834173b5c0d
/
.
/
test
/
ptr_ref
/
load
/
local
/
i32.spvasm.expected.msl
blob: bfbd8e517e29ef0897a091f09721fa37b49f534d [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int
i
=
0
;
i
=
123
;
int
const
x_10
=
i
;
int
const
x_12
=
(
x_10
+
1
);
return
;
}
kernel
void
tint_symbol
()
{
main_1
();
return
;
}