llvm-project/libcxx/test/std/utilities/tuple
Louis Dionne 048688fd80 [libc++] Fix incorrect main() signatures in the tests
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.
2021-10-20 16:26:34 -04:00
..
tuple.general [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
tuple.tuple [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00