blob: 6985860e916184c074d9ece1905439265b1cf56f [file] [log] [blame]
fn fwidthFine_f1742d() {
var res : f32 = fwidthFine(1.0);
}
[[stage(fragment)]]
fn fragment_main() {
fwidthFine_f1742d();
}