9 lines
114 B
Rust
Raw Normal View History

// aux-build:issue-53691.rs
extern crate issue_53691;
fn main() {
issue_53691::f();
issue_53691::g();
}