fn fwidth_d2ab9a() { var res : vec4 = fwidth(vec4()); } [[stage(fragment)]] fn fragment_main() { fwidth_d2ab9a(); }