#include using namespace metal; void all_986c7b() { bool res = all(bool4(true)); } struct tint_symbol { float4 value [[position]]; }; float4 vertex_main_inner() { all_986c7b(); return float4(0.0f); } vertex tint_symbol vertex_main() { float4 const inner_result = vertex_main_inner(); tint_symbol wrapper_result = {}; wrapper_result.value = inner_result; return wrapper_result; } fragment void fragment_main() { all_986c7b(); return; } kernel void compute_main() { all_986c7b(); return; }