/*-----------------------------------------------------------------------------
DESCRIPTION:
 Just a quick and dirty file to test the new release of mspgcc
PARAMETERS:
  -> nil
RETURNS:
 <-  always 0
------------------------------------------------------------------------------*/
int main( void )
{
   //just a dummy to prevent compiler warnings
   return( 0 );
}

