1fn fwidthCoarse_159c8a() { 2 var res : f32 = fwidthCoarse(1.0); 3} 4 5[[stage(fragment)]] 6fn fragment_main() { 7 fwidthCoarse_159c8a(); 8} 9