File: test.cmd

package info (click to toggle)
libgnatcoll 1.7gpl2015-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,280 kB
  • ctags: 1,124
  • sloc: ada: 134,072; python: 4,017; cpp: 1,397; ansic: 1,234; makefile: 368; sh: 152; xml: 31; sql: 6
file content (16 lines) | stat: -rwxr-xr-x 494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST default.gpr

--  The .h and the .c files do not have the same base name. Check that we
--  still properly associate information from one with the other.

DECL foo:ref2.c:5:10
#  1> foo:ref.h:8:12

BODY foo:ref.h:8
#  1> foo:ref2.c:5:10 (body)

REFS j:ref.h:2:8
#  1> j:ref.h:2:8 (declaration) scope=_rec1:ref.h:1:16
#  2> j:ref2.c:9:6 (write reference) scope=foo:ref.h:8:12
#  3> j:ref2.c:10:6 (write reference) scope=foo:ref.h:8:12
#  4> j:ref2.c:10:14 (reference) scope=foo:ref.h:8:12