Language
C++
Compiler
gcc HEAD 12.0.0 20210721 (experimental)
Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
Raw compiler options
firstfile.cpp
secondfile.cpp
$ g++ prog.cc -Wall -Wextra -std=gnu++2b firstfile.cpp secondfile.cpp
Before the function call enumIn = Option 1 and enumInOut = Option3
After the function call enumInOut = Option 3
Exit Code:
0