blob: f1855264e7253ce8ab010c56b31206949885f13d [file] [log] [blame]
void fwidth_b83ebb() {
float2 res = fwidth(float2(0.0f, 0.0f));
}
void fragment_main() {
fwidth_b83ebb();
return;
}