Main.cc: In function ‘int main()’: Main.cc:17:5: error: expected ‘;’ before ‘return’ 17 | z() | ^ | ; 18 | return 0; | ~~~~~~