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