2021-05-26 15:41:02 +00:00
|
|
|
#include <metal_stdlib>
|
|
|
|
|
|
|
|
using namespace metal;
|
|
|
|
kernel void tint_symbol() {
|
|
|
|
thread int tint_symbol_2 = 0;
|
|
|
|
thread int* const tint_symbol_1 = &(tint_symbol_2);
|
|
|
|
int const x_9 = *(tint_symbol_1);
|
|
|
|
int const x_11 = (x_9 + 1);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|