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