You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[runtimes][NFC] Consistently declare main() functions in tests
In the libc++ test suite, we consistently declare main() functions with
full parameters and explicitly return from the function. This helps
code that compiles the tests with -ffreestanding, where main() is not
a special function (with an implicit return and special mangling).
0 commit comments