summaryrefslogtreecommitdiff
path: root/Tests/FortranOnly/hello.f
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FortranOnly/hello.f')
-rw-r--r--Tests/FortranOnly/hello.f5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/FortranOnly/hello.f b/Tests/FortranOnly/hello.f
new file mode 100644
index 000000000..63e64080d
--- /dev/null
+++ b/Tests/FortranOnly/hello.f
@@ -0,0 +1,5 @@
+ SUBROUTINE HELLO
+
+ PRINT *, 'Hello'
+
+ END