about summary refs log tree commit diff
path: root/tests/ui/link-native-libs/link-arg-error.rs
blob: 4defb108178b70be8d31e8773322b13de0aae35f (plain)
1
2
3
4
//@ compile-flags: -l link-arg:+bundle=arg -Z unstable-options
//@ error-pattern: linking modifier `bundle` is only compatible with `static` linking kind

fn main() {}