aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/120 extract all shared library/two.c
blob: 800cd2dfb45f06c4dd8d6720b9bf62ef844db422 (plain)
1
2
3
4
5
#include"extractor.h"

int func2(void) {
    return 2;
}