![]() Those creep up from time to time. We need to use `int main(int, char**)` because in freestanding mode, `main` doesn't get special treatment and special mangling, so we setup a symbol alias from the mangled version of `main(int, char**)` to `extern "C" main`. That only works if all the tests are consistent about how they define their main function. |
||
---|---|---|
.. | ||
intcmp.cmp_equal | ||
intcmp.cmp_greater | ||
intcmp.cmp_greater_equal | ||
intcmp.cmp_less | ||
intcmp.cmp_less_equal | ||
intcmp.cmp_not_equal | ||
intcmp.in_range | ||
intcmp.fail.cpp |