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.
|
|
|
|
|
|
|
|
//@ compile-flags:-lstatic:+whole-archive=foo -lstatic:+whole-archive=foo
|
|
|
|
|
|
|
|
fn main() {}
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
//~? ERROR overriding linking modifiers from command line is not supported
|