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 b6ec6b1 commit 7ca0ba2Copy full SHA for 7ca0ba2
fpm/test/fpm_test/test_source_parsing.f90
@@ -199,6 +199,8 @@ subroutine test_include_stmt(error)
199
& 'program test', &
200
& ' implicit none', &
201
& ' include "included_file.f90"', &
202
+ & ' logical :: include_comments', &
203
+ & ' include_comments = .false.', &
204
& ' contains ', &
205
& ' include "second_include.f90"', &
206
& 'end program test'
0 commit comments