This code
#include int main(){ bool hi{ 5 }; return 0; // return }
The above example when compiled with gcc like