      program prog
      write(6, *) 'abc'
     & 'def'
      end
