fn fwidth_d2ab9a() { var res : vec4 = fwidth(vec4(1.0f)); } @fragment fn fragment_main() { fwidth_d2ab9a(); }