Predicate endsWithEndif
Holds if hf
ends with endif
.
Import path
import semmle.code.cpp.headers.MultipleInclusion
predicate
endsWithEndif
(
HeaderFile
hf
,
PreprocessorEndif
endif
)