ccls/index_tests/preprocessor/skipped.cc
2019-10-23 21:56:50 -07:00

26 lines
233 B
C++

#ifdef FOOBAR
void hello();
#endif
#if false
#endif
#if defined(OS_FOO)
#endif
/*
OUTPUT:
{
"includes": [],
"skipped_by_preprocessor": ["2:1-4:7", "6:1-10:7", "12:1-14:7"],
"types": [],
"funcs": [],
"vars": []
}
*/