Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

clang 8.0.0

Options
Warnings
Don't Use Boost
C++17
-pedantic
Raw compiler options
-fsanitize=undefined

Author

anonymous

almost 6 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++17 -pedantic -fsanitize=undefined
prog.cc:4:10: warning: unused variable 'r' [-Wunused-variable]
    int& r = *p;
         ^
1 warning generated.
prog.cc:4:14: runtime error: reference binding to null pointer of type 'int'
Exit Code:
0