blob: 29c8d9c9a3257ad47df559cdc90fe41451c3c3a1 [file] [log] [blame]
void liba_func();
int main(void) {
liba_func();
return 0;
}