#include using namespace metal; int f(int a, int b, int c) { return as_type((as_type(as_type((as_type(a) * as_type(b)))) + as_type(c))); } kernel void tint_symbol() { f(1, 2, 3); return; }