diff options
Diffstat (limited to 'tests/run-make/macos-fat-archive/lib.rs')
-rw-r--r-- | tests/run-make/macos-fat-archive/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/macos-fat-archive/lib.rs b/tests/run-make/macos-fat-archive/lib.rs new file mode 100644 index 000000000..9943a266c --- /dev/null +++ b/tests/run-make/macos-fat-archive/lib.rs @@ -0,0 +1,3 @@ +extern "C" { + pub fn native_func(); +} |