]> git.proxmox.com Git - rustc.git/blob - src/test/run-make/macos-fat-archive/lib.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / run-make / macos-fat-archive / lib.rs
1 extern "C" {
2 pub fn native_func();
3 }