runEvery (the next Blink Without Delay)

void loop( void )
{
  runEvery( 32767 )
  {
    Serial.println( millis() );
  }
}

...fails.