void dpdx_99edb1() {
float2 res = ddx(float2(0.0f, 0.0f));
}
void fragment_main() {
dpdx_99edb1();
return;