meson/test cases/unit/15 prebuilt object/main.c

6 lines
83 B
C

int func();
int main(int argc, char **argv) {
return func() == 42 ? 0 : 99;
}