unexpected 'token' following formal list (only modifiers are allowed)
An incorrect token was found after a formal parameter list.
Example
void func() int; // error void func(); // OK