rustc/tests/run-make/mixing-formats/baz2.rs
2023-09-14 08:56:40 +02:00

5 lines
52 B
Rust

extern crate bar1;
extern crate bar2;
fn main() {}