summaryrefslogtreecommitdiffstats
path: root/test cases/unit/29 guessed linker dependencies/exe/app.c
blob: 29c8d9c9a3257ad47df559cdc90fe41451c3c3a1 (plain)
1
2
3
4
5
6
void liba_func();

int main(void) {
    liba_func();
    return 0;
}