6 lines
132 B
Rust
6 lines
132 B
Rust
//@ compile-flags: -C lto -C embed-bitcode=no
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR options `-C embed-bitcode=no` and `-C lto` are incompatible
|