Sha256: 324f9f037d82438a3995a1629766075de24e1ed81c9f3cc27a51b2be2e97c0fe
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
Contents
/* Reported by masatake in issue #930@github. .h files are always parsed in C++ mode, for safety. However they may actually contain C code, which may use C++ keywords as variable names. This test checks the C++ parser capabilities to guess such occurences. */ extern int private; static inline int public(void) { return private; } typedef int protected;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Units/parser-cxx.r/c-header-as-cpp.d/input.h |
ctags.rb-1.1.3 | ext/vendor/ctags/Units/parser-cxx.r/c-header-as-cpp.d/input.h |