meson/test cases/unit/51 ldflagdedup/prog.c

8 lines
89 B
C

#include<gmodule.h>
int func();
int main(int argc, char **argv) {
return func();
}