forked from OSchip/llvm-project
[libc++] Add missing 'return 0;' to main() in test
This commit is contained in:
parent
f950ba004b
commit
72cd50b6fd
|
@ -90,4 +90,6 @@ constexpr bool test() {
|
|||
int main(int, char**) {
|
||||
test();
|
||||
static_assert(test());
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue