* FIRST word in HIMEM for creating a
* C99 program file
 
       TITL 'Cfirst C99 start code'
 
       IDT  'CFIRST'
 
       DEF  CFIRST
       REF  START
 
CFIRST B    @START
       END
