diff options
| author | Michael Hirsch <scivision@users.noreply.github.com> | 2020-09-02 23:15:18 -0400 |
|---|---|---|
| committer | Michael Hirsch <scivision@users.noreply.github.com> | 2020-09-03 00:20:07 -0400 |
| commit | d01fc3da8f69464eb53507ca2e33f6f887ba0e34 (patch) | |
| tree | b447d66c130aca33f0b9e5caf33aa64c4583bc61 /test cases/fortran/15 include/include_syntax.f90 | |
| parent | 34f7fee741bdb8c01c15556dd56b4fd82d3a5bdd (diff) | |
| download | meson-d01fc3da8f69464eb53507ca2e33f6f887ba0e34.tar.gz | |
tests: add fortran cmake subproject include test
ci:unused_arg: update ninja version to work with fortran+cmake
Diffstat (limited to 'test cases/fortran/15 include/include_syntax.f90')
| -rw-r--r-- | test cases/fortran/15 include/include_syntax.f90 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test cases/fortran/15 include/include_syntax.f90 b/test cases/fortran/15 include/include_syntax.f90 index d35e0ceed..5f7eb9f2e 100644 --- a/test cases/fortran/15 include/include_syntax.f90 +++ b/test cases/fortran/15 include/include_syntax.f90 @@ -1,3 +1,5 @@ +program test_include_syntax + implicit none integer :: x, y @@ -20,4 +22,4 @@ if (x/=4) error stop 'failed on second include' print *, 'OK: Fortran include tests: x=',x -end program
\ No newline at end of file +end program |
