#include using namespace metal; bool func_3(const constant int* const tint_symbol_1) { for(int i = 0; (i < *(tint_symbol_1)); i = as_type((as_type(i) + as_type(1)))) { for(int j = -1; (j == 1); j = as_type((as_type(j) + as_type(1)))) { return false; } } return false; } kernel void tint_symbol(const constant int* tint_symbol_2 [[buffer(0)]]) { func_3(tint_symbol_2); return; }