Skip to content

Commit d6aad57

Browse files
committed
test: print compiler vendor
This can point to issues with Gfortran pipes in Matlab
1 parent 2dcc9ba commit d6aad57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/stdout_stderr_fortran.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ program main
44

55
implicit none
66

7+
print '(a)', compiler_version()
8+
79
write(output_unit, '(a)') "stdout"
810
write(error_unit, '(a)') "stderr"
911

0 commit comments

Comments
 (0)