#include using namespace metal; void dot_0c577b() { float res = dot(float4(), float4()); } vertex void vertex_main() { dot_0c577b(); return; } fragment void fragment_main() { dot_0c577b(); return; } kernel void compute_main() { dot_0c577b(); return; }