Language
C++
Compiler
clang HEAD 15.0.0 (https://github.com/llvm/llvm-project.git 6635c12ada0d2d4f2e3b579e818980d0a587135f)
Options
Warnings
Don't Use Boost
C++2b(GNU)
-pedantic
Raw compiler options
-Wall
-Wextra
-Wunreachable-code
-O3
$ clang++ prog.cc -Wall -Wextra -std=gnu++2b -pedantic -Wall -Wextra -Wunreachable-code -O3Bar::a at 0
Bar::b at 0
Bar::c at 0
Bar::d at 8
Bar::e at 8
Exit Code:
0