Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/66 static link/test5.c
T

7 lines
84 B
C

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