meson/manual tests/10 svn wrap/prog.c

7 lines
78 B
C

#include"subproj.h"
int main(void) {
subproj_function();
return 0;
}