diff options
Diffstat (limited to 'tests/run-make/pointer-auth-link-with-c/test.rs')
| -rw-r--r-- | tests/run-make/pointer-auth-link-with-c/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/pointer-auth-link-with-c/test.rs b/tests/run-make/pointer-auth-link-with-c/test.rs index 1a3be80e898..795c6a45f8e 100644 --- a/tests/run-make/pointer-auth-link-with-c/test.rs +++ b/tests/run-make/pointer-auth-link-with-c/test.rs @@ -1,4 +1,4 @@ -#[link(name = "test")] +#[link(name = "test", kind = "static")] extern "C" { fn foo() -> i32; } |
