meson/test cases/unit/7 run installed/prog.c

6 lines
66 B
C

int foo();
int main(int argc, char **argv) {
return foo();
}