2022-05-23 20:27:06 +03:00
|
|
|
// Regression test for issue #97299, one command line library with modifiers
|
|
|
|
|
// overrides another command line library with modifiers.
|
|
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags:-lstatic:+whole-archive=foo -lstatic:+whole-archive=foo
|
|
|
|
|
//@ error-pattern: overriding linking modifiers from command line is not supported
|
2022-05-23 20:27:06 +03:00
|
|
|
|
|
|
|
|
fn main() {}
|