[arm64] Pointer auth test should link with C static library statically

This commit is contained in:
Daniel Paoliello
2025-05-07 10:52:18 -07:00
parent f5d3fe273b
commit 742aaf9b69

View File

@@ -1,4 +1,4 @@
#[link(name = "test")]
#[link(name = "test", kind = "static")]
extern "C" {
fn foo() -> i32;
}