#include using namespace metal; void trunc_562d05() { float3 res = trunc(float3()); } vertex void vertex_main() { trunc_562d05(); return; } fragment void fragment_main() { trunc_562d05(); return; } kernel void compute_main() { trunc_562d05(); return; }