blob: 64ef72c8cdc33ed74e20d7f42d07c6850f2b69b9 [file] [edit]
! Check that SIMPLE is recognized in the parse tree
! RUN: %flang_fc1 -fdebug-dump-parse-tree %s | FileCheck %s
simple function foo()
return
end function
! CHECK: Simple