meson/test cases/common/121 extract all shared library/one.c

6 lines
57 B
C

#include"extractor.h"
int func1(void) {
return 1;
}