summaryrefslogtreecommitdiff
path: root/test cases/linuxlike/3 linker script/bob.c
blob: 7b3ed47cb979377449484efc2da3526b0e490f48 (plain)
1
2
3
4
5
6
7
8
9
#include"bob.h"

int hiddenFunction() {
    return 42;
}

int bobMcBob() {
    return hiddenFunction();
}