mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-04 19:40:02 +00:00
7 lines
120 B
Rust
7 lines
120 B
Rust
// build-fail
|
|
// compile-flags: -C lto -C prefer-dynamic
|
|
|
|
// error-pattern: cannot prefer dynamic linking
|
|
|
|
fn main() {}
|