Language
C++
Compiler
clang 5.0.0
Options
Warnings
Boost 1.65.1
C++1z(GNU)
-pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.65.1/clang-5.0.0/include -std=gnu++1z -pedantic
i_loop: created
j_loop: created
j=0
j_loop: destroyed
j_loop: created
j_loop: destroyed
j_loop finished
i=0
i_loop: destroyed
i_loop: created
j_loop: created
j=0
j_loop: destroyed
j_loop: created
j_loop: destroyed
j_loop finished
i_loop: destroyed
f_with_goto done
Exit Code:
0