We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcc9ba commit d6aad57Copy full SHA for d6aad57
test/stdout_stderr_fortran.f90
@@ -4,6 +4,8 @@ program main
4
5
implicit none
6
7
+print '(a)', compiler_version()
8
+
9
write(output_unit, '(a)') "stdout"
10
write(error_unit, '(a)') "stderr"
11
0 commit comments