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

7 lines
82 B
C

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