about summary refs log tree commit diff
path: root/tests/run-make/raw-dylib-elf/library.c
blob: 2e3a95b7edeca685e39564122f42551a83678d79 (plain)
1
2
3
int this_is_a_library_function() {
    return 42;
}