mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 00:29:23 +00:00
7 lines
123 B
Rust
7 lines
123 B
Rust
//@ build-fail
|
|
//@ compile-flags: -C lto -C prefer-dynamic
|
|
|
|
//@ error-pattern: cannot prefer dynamic linking
|
|
|
|
fn main() {}
|