blob: 4bb389495604a6790c36c02f43f53cfd96cc5474 [file] [log] [blame]
extern int archive_test4();
int archive_test3() {
return archive_test4() + 3;
}