#include using namespace metal; void main_1() { thread int tint_symbol_1 = 0; tint_symbol_1 = 123; tint_symbol_1 = as_type((as_type(as_type((as_type(100) + as_type(20)))) + as_type(3))); return; } kernel void tint_symbol() { main_1(); return; }