• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1! RUN: %f18 < %S/Inputs/hello.f90 | FileCheck %s
2
3
4! CHECK: Enter Fortran source
5! CHECK: Use EOF character (^D) to end file
6
7! CHECK: Parse tree comprises {{.*}} objects and occupies {{.*}} total bytes
8! CHECK: PROGRAM hello
9! CHECK:  WRITE (*, *) "hello world"
10! CHECK: END PROGRAM hello
11