rust/tests/run-make/lto-linkage-used-attr/main.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
140 B
Rust
Raw Normal View History

extern crate lib;
use lib::trampolines::*;
fn main() {
unsafe {
table_fill_externref();
table_fill_funcref();
}
}