Sha256: 6c48f73a3db711a972afc19261fb9e3f91b1f774e6dfee378e0809d0981d9b71

Contents?: true

Size: 315 Bytes

Versions: 2

Compression:

Stored size: 315 Bytes

Contents

// Bug reported by hierabyss on github.com.
// funb() was not present in the ctags output.

bool funa()
{
    if (first) return false;

#if defined (MACRO)
    if (a)
    {
        if (second)
#else               
    if (a)
    {
#endif              
        return false;
    }

    return true;
}

int funb()
{
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ctags.rb-1.1.4 ext/vendor/ctags/Units/parser-cxx.r/bug-github-871.cpp.d/input.cpp
ctags.rb-1.1.3 ext/vendor/ctags/Units/parser-cxx.r/bug-github-871.cpp.d/input.cpp