//@ edition: 2021 // ignore-tidy-linelength // This file deliberately contains line and column numbers larger than 127, // to verify that `coverage-dump`'s ULEB128 parser can handle them. fn main() { wide_function(); long_function(); far_function(); } #[rustfmt::skip] fn wide_function() { /* */ (); } fn long_function() { // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // } fn far_function() {}