#include using namespace metal; void main_1() { float a = 0.0f; float b = 0.0f; a = 42.0f; float const x_11 = a; b = (x_11 * 57.295780182f); return; } kernel void tint_symbol() { main_1(); return; }