summaryrefslogtreecommitdiff
path: root/tests/shlib_test/hellolib.c
blob: 88d65cee923688fbd2293aa1d0f62df13febf7b3 (plain)
1
2
3
extern char* get_hello_msg() {
    return "Hello, world!";
}