blob: 84f6181cf66e7571d70c50c2e2aecd30ff429e87 [file] [log] [blame]
SKIP: FAILED
float4 fwidth_d2ab9a() {
float4 res = fwidth((1.0f).xxxx);
return res;
}
void fragment_main() {
prevent_dce = fwidth_d2ab9a();
}