add inline comment test for Fortran include
This commit is contained in:
parent
2a7ef98aff
commit
f652950602
|
@ -2,4 +2,4 @@
|
||||||
real :: pi = 4.*atan(1.)
|
real :: pi = 4.*atan(1.)
|
||||||
real :: tau
|
real :: tau
|
||||||
|
|
||||||
include "inc2.f90"
|
include "inc2.f90" ! testing inline comment
|
||||||
|
|
Loading…
Reference in New Issue