Sign in
fuchsia
/
third_party
/
github.com
/
llvm
/
llvm-project
/
refs/heads/main
/
.
/
flang
/
test
/
Parser
/
simple.f90
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