]> git.proxmox.com Git - rustc.git/blob - tests/run-make/raw-dylib-c/driver.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / run-make / raw-dylib-c / driver.rs
1 extern crate raw_dylib_test;
2
3 fn main() {
4 raw_dylib_test::library_function();
5 }