thisIsAnError: signed int 
thisIsAnError: signed int 
thisIsNotAnError: signed int 
thisIsNotAnError: float 
thisIsAlsoNotAnError: function
      accepting unspecified arguments
    returning 
      signed int 
    with body 
      CompoundStmt
        Declaration of thisIsNotAnError: signed int 

thisIsAlsoNotAnError: function
    with parameters
      x: double 
    returning 
      signed int 
    with body 
      CompoundStmt

thisIsStillNotAnError: function
    with parameters
      double 
    returning 
      double 

thisIsStillNotAnError: function
    with parameters
      double 
    returning 
      double 

butThisIsAnError: function
    with parameters
      double 
    returning 
      double 
    with body 
      CompoundStmt

butThisIsAnError: function
    with parameters
      double 
    returning 
      double 
    with body 
      CompoundStmt

