summaryrefslogtreecommitdiffstats
path: root/test cases/common/120 extract all shared library/four.c
blob: f67a85e68b0957cd1e51fa10eb952d14d1da068e (plain)
1
2
3
4
5
#include"extractor.h"

int func4(void) {
    return 4;
}