[libc] stdout appears to not be flushed on normal exit.
Open
libc
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
A hello-world program following the [getting started instructions](https://libc.llvm.org/getting_started.html) that forgets the newline character as:
```c
#include
int main() {
printf("Hello World");
return 0;
}
```
returns with no output to a terminal.
Contributor guide
Assessment
This issue has not been assessed yet.