This is a Fortran code:
program sample implicit none real(8) :: notinit notinit= notinit*8 write(*,*) \'notinit =\',notinit end program sample