aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/121 extract all shared library/three.c
blob: 24604ed72d349b149420dc5ece5c0911d2eeed41 (plain)
1
2
3
4
5
#include"extractor.h"

int func3(void) {
    return 3;
}