#include using namespace metal; void fwidthCoarse_e653f7() { float2 res = fwidth(float2(1.0f)); } fragment void fragment_main() { fwidthCoarse_e653f7(); return; }