summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/fortran/test/hello.F
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/fortran/test/hello.F')
-rw-r--r--var/spack/repos/builtin/packages/fortran/test/hello.F6
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/fortran/test/hello.F b/var/spack/repos/builtin/packages/fortran/test/hello.F
new file mode 100644
index 0000000000..886046eaed
--- /dev/null
+++ b/var/spack/repos/builtin/packages/fortran/test/hello.F
@@ -0,0 +1,6 @@
+ program line
+
+ write (*,*) "Hello world from FORTRAN"
+ write (*,*) "YES!"
+
+ end