/Test/invalid_name.f90
http://github.com/fishman/ctags · Fortran Modern · 12 lines · 11 code · 0 blank · 1 comment · 0 complexity · 81c0b1ece04c313f0cfaff65e8f46356 MD5 · raw file
- ! Test of parsing type with invalid name
- Module TR_DetectionRecording
- Implicit None
- Save
- Integer :: DR_Lun
- Character*1024 DR_Filename
- Type Detection_Record
- Integer(2) :: Activity
- Integer(2) :: Type ! "Type" not valid entity name
- Integer(2) :: Face
- End Type Detection_Record
- End Module TR_DetectionRecording