void dpdx_0763f7() {
  float3 res = ddx(float3(0.0f, 0.0f, 0.0f));
}

void fragment_main() {
  dpdx_0763f7();
  return;
}