File: supportsInt64.F90

package info (click to toggle)
gftl 1.3.0%2Bis-really-1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,328 kB
  • sloc: pascal: 4,163; f90: 3,551; sh: 27; fortran: 16; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 76 bytes parent folder | download
1
2
3
4
5
program main

   if (selected_int_kind(18) < 0) stop 1
   
end program main