ccls/tests/preprocessor/skipped.cc
2017-05-20 14:45:46 -07:00

22 lines
171 B
C++

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