blob: 4f7b81798008a5f5e8907dad5d0fcf5c011ca620 [file] [log] [blame]
SKIP: FAILED
float2 dpdx_99edb1() {
float2 res = ddx((1.0f).xx);
return res;
}
void fragment_main() {
prevent_dce = dpdx_99edb1();
}