blob: d05735ad61626c80bfdfdcb218942def20cc45b3 [file] [log] [blame] [edit]
// Regression test for issue #97299, one command line library with modifiers
// overrides another command line library with modifiers.
//@ compile-flags:-lstatic:+whole-archive=foo -lstatic:+whole-archive=foo
//@ error-pattern: overriding linking modifiers from command line is not supported
fn main() {}