summaryrefslogtreecommitdiffstats
path: root/tests/run-make/lto-linkage-used-attr/main.rs
blob: 256b02e5b0be0761c5d042baeea47190774beb44 (plain)
1
2
3
4
5
6
7
8
9
10
extern crate lib;

use lib::trampolines::*;

fn main() {
    unsafe {
        table_fill_externref();
        table_fill_funcref();
    }
}