meson/test cases/unit/38 pkgconfig format/somelib.c

8 lines
98 B
C

#include<stdio.h>
int get_returnvalue (void);
int some_func() {
return get_returnvalue();
}