blob: 0da023754a0d73fde7a19ae8079fbe1eb1c2b782 [file] [log] [blame]
void fwidth_d2ab9a() {
float4 res = fwidth((1.0f).xxxx);
}
void fragment_main() {
fwidth_d2ab9a();
return;
}