Y
Hacker News
new
|
ask
|
show
|
jobs
by
_dhruva
1329 days ago
More out of curiosity, I tried with a newer llvm from home-brew on Mac and it worked.
$ /usr/local/Cellar/llvm/15.0.3/bin/clang++ -fmodules -std=c++2b hello.cpp $ ./a.out Hello, World!