   section "",code
   include "exec/types.i"
   include "module_headers/mod2.i"
   xdef _fun2
;***************************************************************************
; fun2 - function 2.
;***************************************************************************
_fun2:
   link   a5,#-4
   movem.l a0-a6/d0-d6,-(sp)
   clr.l d0
   movem.l (sp)+,a0-a6/d0-d6
   unlk   a5
   rts
