Language
C++
Compiler
clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 2982c3dd9f453bd267f677f6facf5201c3e21feb) (https://github.com/llvm-mirror/llvm.git ccc713e3df3dc9cac4b5c504609bb2ab8a2fdd7c)
Options
Warnings
Don't Use Boost
C++2a
-pedantic
Raw compiler options
-fsanitize=undefined
$ clang++ prog.cc -Wall -Wextra -std=c++2a -pedantic -fsanitize=undefined
A()
0
1
2
~A()
Exit Code:
0