https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120299
--- Comment #1 from Tymi <tymi at tymi dot org> ---
The following code does not compile with libstdc++ under clang:
```cpp
#include <print>
int main(){}
```
tymi at tymi dot org via Gcc-bugs Thu, 15 May 2025 13:22:02 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120299
--- Comment #1 from Tymi <tymi at tymi dot org> ---
The following code does not compile with libstdc++ under clang:
```cpp
#include <print>
int main(){}
```