summary refs log tree commit diff
path: root/src/tools/miri/tests/native-lib/libtest.map
blob: a57a4dc149febd8d9977415d9057ad7b2f8cc2e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CODEABI_1.0 {
    # Define which symbols to export.
    global:
        add_one_int;
        printer;
        test_stack_spill;
        get_unsigned_int;
        add_int16;
        add_short_to_long;
    # The rest remains private.
    local: *;
};