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