Language
C++
Compiler
clang 9.0.0
Options
Warnings
Don't Use Boost
C++2a
no pedantic
$ clang++ prog.cc -Wall -Wextra -std=c++2a
Linux like OS, Compiler Clang 9.0.0 (tags/RELEASE_900/final)
char32_t *, Converting to 'char *', and then printing --> ひらがな
__STDC_UTF_8__ is not defined, can not use char8_t
Done ...
Exit Code:
42