]> git.lizzy.rs Git - rust.git/blob - tests/run-make/raw-dylib-link-ordinal/driver.rs
Remove confusing 'while checking' note from opaque future type mismatches
[rust.git] / tests / run-make / raw-dylib-link-ordinal / driver.rs
1 extern crate raw_dylib_test;
2
3 fn main() {
4     raw_dylib_test::library_function();
5 }