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