prog.cpp: In function ‘int function()’:
prog.cpp:15:18: error: ‘g’ was not declared in this scope
prog.cpp: At global scope:
prog.cpp:15:23: error: ISO C++ forbids declaration of ‘g’ with no type [-fpermissive]
prog.cpp: In function ‘int g()’:
prog.cpp:16:6: warning: statement has no effect [-Wunused-value]
prog.cpp:18:1: warning: no return statement in function returning non-void [-Wreturn-type]
prog.cpp: In function ‘int function()’:
prog.cpp:15:20: warning: control reaches end of non-void function [-Wreturn-type]