0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-28 09:36:05 +01:00
rust/tests/ui/lto/issue-11154.rs
2024-02-16 20:02:50 +00:00

7 lines
123 B
Rust

//@ build-fail
//@ compile-flags: -C lto -C prefer-dynamic
//@ error-pattern: cannot prefer dynamic linking
fn main() {}