File: skipped.cc

package info (click to toggle)
ccls 0.20241108-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,348 kB
  • sloc: cpp: 13,457; python: 223; makefile: 15; objc: 15; ansic: 1
file content (25 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

#ifdef FOOBAR
void hello();
#endif

#if false



#endif

#if defined(OS_FOO)

#endif

/*
OUTPUT:
{
  "includes": [],
  "skipped_ranges": ["2:1-5:1", "6:1-11:1", "12:1-15:1"],
  "usr2func": [],
  "usr2type": [],
  "usr2var": []
}
*/