void fwidth_5d1b39() { float3 res = fwidth(float3(0.0f, 0.0f, 0.0f)); } void fragment_main() { fwidth_5d1b39(); return; }