blob: 5464a76a6dc643af7ce6fd1a900c8027a2ffbea6 [file] [log] [blame]
SKIP: FAILED
float3 dpdx_0763f7() {
float3 res = ddx((1.0f).xxx);
return res;
}
void fragment_main() {
prevent_dce = dpdx_0763f7();
}