about summary refs log tree commit diff
path: root/tests/ui/lto/issue-11154.rs
blob: 7770aeccd6a886601b90ff8f5783ceb9cf4c8c8d (plain)
1
2
3
4
5
6
//@ build-fail
//@ compile-flags: -C lto -C prefer-dynamic

fn main() {}

//~? ERROR cannot prefer dynamic linking when performing LTO