Main.cc: In function ‘int s(int)’: Main.cc:10:12: error: invalid conversion from ‘int (*)(int)’ to ‘int’ [-fpermissive] return s; ^