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 0e380a8 commit 167cf48Copy full SHA for 167cf48
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