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