ATtiny85, wake on WDT interrupt

This saves 18 bytes over the non-naked version...

ISR( WDT_vect, ISR_NAKED )
{
  reti();
}