Sign in
dawn
/
tint
/
1e19b55d191b7d61254e6d3a73514bfc8cf2f4b7
/
.
/
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
;
}