>>107644544
Still doesn't work in Godbolt. Or locally with Clang 19:
split.cpp:1:8: fatal error: module 'std' not found
1 | import std;
| ~~~~~~~^~~
1 error generated.
Maybe more tooling would fix it but I'm not gonna install and configure a third-party build system just to use the standard library in this 10-line example program, sorry.