fn fwidth_5d1b39() { var res : vec3 = fwidth(vec3()); } @stage(fragment) fn fragment_main() { fwidth_5d1b39(); }