Can someone tell me what is wrong with this C++ function definition please?

Code:
void Test1 ( int m,
             int n)

{
     return 3*m+n;
}