blob: b8655729be7b86687638d2bb3cd6a9e115eca450 [file] [log] [blame]
void fwidth_b83ebb() {
float2 arg_0 = (1.0f).xx;
float2 res = fwidth(arg_0);
}
void fragment_main() {
fwidth_b83ebb();
return;
}