meson/test cases/common/5 linkstatic/main.c

6 lines
55 B
C

int func(void);
int main(void) {
return func();
}