meson/test cases/common/18 array/prog.c

4 lines
58 B
C

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