blob: 718985dce4ca5b291378f290b430c164975fa169 [file] [log] [blame]
! RUN: %f18 < %S/Inputs/hello.f90 | FileCheck %s
! CHECK: Enter Fortran source
! CHECK: Use EOF character (^D) to end file
! CHECK: Parse tree comprises {{.*}} objects and occupies {{.*}} total bytes
! CHECK: PROGRAM hello
! CHECK: WRITE (*, *) "hello world"
! CHECK: END PROGRAM hello