meson/test cases/unit/66 static link/test5.c

7 lines
84 B
C

int func16();
int main(int argc, char *argv[])
{
return func16() == 3 ? 0 : 1;
}