Language
C++
Compiler
gcc 13.2.0
Options
Warnings
Don't Use Boost
C++17
-pedantic
Raw compiler options
-fsanitize=undefined
$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic -fsanitize=undefined
prog.cc:5:10: runtime error: reference binding to null pointer of type 'int'
prog.cc:10:10: runtime error: reference binding to null pointer of type 'int'
prog.cc:16:10: runtime error: load of null pointer of type 'int'
Signal:
Segmentation fault