Owl Get a Life
addition.cpp:4:1: error: expected ‘,’ or ‘;’ before ‘int’ 4 | int b (5) { | ^~~addition.cpp:7:1: error: expected unqualified-id before ‘return’ 7 | return 0; | ^~~~~~