$ clang++ -std=c++20 -target wasm32-unknown-unknown -c test.cpp
test.cpp:2:2: warning: HAS IT [-W#warnings]
2 | #warning HAS IT
| ^
test.cpp:6:6: error: WebAssembly 'tail-call' feature not enabled
6 | void F(void) { [[clang::musttail]] return F(); }
| ^
1 warning and 1 error generated.