about summary refs log tree commit diff
path: root/src/tools/miri/tests/extern-so/libcode.version
blob: 0f04b9aaebb38e00f1fa2cb997cd1f53e2bb62e8 (plain)
1
2
3
4
5
6
7
8
9
CODEABI_1.0 {
    global: *add_one_int*; 
        *printer*; 
        *test_stack_spill*; 
        *get_unsigned_int*; 
        *add_int16*;
        *add_short_to_long*;
    local: *;
};