rust/src/test/run-pass/lto-many-codegen-units.rs
2018-12-25 21:08:33 -07:00

6 lines
80 B
Rust

// compile-flags: -C lto -C codegen-units=8
// no-prefer-dynamic
fn main() {
}