• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1! RUN: %S/test_errors.sh %s %t %f18
2subroutine s
3  !ERROR: 'a' does not follow 'b' alphabetically
4  implicit integer(b-a)
5end
6