Synopsis - Cross-Reference

File: /tests/Cxx/Encoding/expected/simple.out
 1Declaration : 
 2 int a ;
 3Declarator : [1]a a
 4a 
 5type : i int
 6 
 7Declaration : 
 8 double b ;
 9Declarator : [1]b b
10b 
11type : d double
12 
13Declaration : 
14 struct   {
15} c ;
16ClassSpec : [5]`0000 `0000
17`0000 
18Declarator : [1]c c
19c 
20type : [5]`0000 `0000
21`0000 
22Declaration : 
23 void d (  int  ,  double  ) ;
24Declarator : [1]d d
25d 
26type : Fid_v void(*)(int,double)
27       
28Declarator : [1]e e
29e 
30type : i int
31