![]() 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. |
||
---|---|---|
.. | ||
copy_ctor.pass.cpp | ||
ctor.incomplete.pass.cpp | ||
deduct.pass.cpp | ||
type_conv_ctor.pass.cpp | ||
type_conv_ctor2.pass.cpp | ||
type_ctor.compile.fail.cpp | ||
type_ctor.pass.cpp |