llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const
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
..
copy_ctor.pass.cpp
ctor.incomplete.pass.cpp [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
deduct.pass.cpp [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
type_conv_ctor.pass.cpp [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
type_conv_ctor2.pass.cpp [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
type_ctor.compile.fail.cpp
type_ctor.pass.cpp [libc++] [LWG2993] reference_wrapper<T> conversion from U&& 2021-02-09 15:50:25 -05:00