Sign in
dawn
/
tint.git
/
efb741fe13dd0f2d29ca80dad12fc2d9ca52b366
/
.
/
test
/
ptr_ref
/
load
/
local
/
i32.spvasm.expected.msl
blob: 738dfeacc7231878c0bb69ea3023023e84e31c8c [
file
]
#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
;
}