#include using namespace metal; void fwidthCoarse_1e59d9() { float3 arg_0 = float3(1.0f); float3 res = fwidth(arg_0); } fragment void fragment_main() { fwidthCoarse_1e59d9(); return; }