Language
C++
Compiler
clang HEAD 16.0.0 (https://github.com/llvm/llvm-project.git abd9807590fc10eb92eb22aea7b50dbf08db7e9d)
Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
Raw compiler options
-Wno-unused-parameter
$ clang++ prog.cc -Wall -Wextra -std=gnu++2b -Wno-unused-parameter
s0 = "abc "
s1 = "def "
Exit Code:
0