#include using namespace metal; void main_1() { while (true) { if (false) { } else { break; } while (true) { if (true) { } else { break; } } } return; } fragment void tint_symbol() { main_1(); return; }