void fwidth_b83ebb() { float2 res = fwidth(float2(0.0f, 0.0f)); } void fragment_main() { fwidth_b83ebb(); return; }