Language
C++
Compiler
clang 8.0.0
Options
Warnings
Don't Use Boost
C++17
-pedantic
Raw compiler options
-fsanitize=undefined
$ clang++ prog.cc -Wall -Wextra -std=c++17 -pedantic -fsanitize=undefined
prog.cc:4:14: runtime error: reference binding to null pointer of type 'int'
Exit Code:
0