Use consistent shadows across Geany
[geany-mirror.git] / tests / ctags / preprocessor.f90
blob21f8f1c603c49205c264ab20e11a755adba1e3c6
1 #include
2 ! preprocessor directives on line 1 (and only line 1) cause breakage
3 module Invisible
5 integer :: nope
7 contains
9 function SpillsOutside
10 ! ...
11 end function SpillsOutside
13 end module Invisible
15 program Main
16 ! ...
17 end program Main