#include using namespace metal; struct tint_symbol { float4 value [[position]]; }; void ceil_678655() { float res = ceil(1.0f); } vertex tint_symbol vertex_main() { ceil_678655(); tint_symbol const tint_symbol_1 = {.value=float4()}; return tint_symbol_1; } fragment void fragment_main() { ceil_678655(); return; } kernel void compute_main() { ceil_678655(); return; }