1 | main: a function |
---|
2 | with no parameters |
---|
3 | returning int |
---|
4 | with body |
---|
5 | f1: a int |
---|
6 | f2: a int |
---|
7 | f3: a pointer to int |
---|
8 | f4: a pointer to pointer to int |
---|
9 | f5: a pointer to const pointer to int |
---|
10 | f6: a const pointer to const pointer to int |
---|
11 | f7: a pointer to int |
---|
12 | f8: a pointer to pointer to int |
---|
13 | f9: a pointer to const pointer to int |
---|
14 | f10: a const pointer to const pointer to int |
---|
15 | f11: a pointer to int |
---|
16 | f12: a pointer to pointer to int |
---|
17 | f13: a pointer to const pointer to int |
---|
18 | f14: a const pointer to const pointer to int |
---|
19 | f15: a open array of int |
---|
20 | f16: a array of 10 int |
---|
21 | f17: a open array of int |
---|
22 | f18: a array of 10 int |
---|
23 | f19: a open array of pointer to int |
---|
24 | f20: a array of 10 pointer to int |
---|
25 | f21: a open array of pointer to pointer to int |
---|
26 | f22: a array of 10 pointer to pointer to int |
---|
27 | f23: a open array of pointer to const pointer to int |
---|
28 | f24: a array of 10 pointer to const pointer to int |
---|
29 | f25: a open array of const pointer to const pointer to int |
---|
30 | f26: a array of 10 const pointer to const pointer to int |
---|
31 | f27: a open array of pointer to int |
---|
32 | f28: a array of 10 pointer to int |
---|
33 | f29: a open array of pointer to pointer to int |
---|
34 | f30: a array of 10 pointer to pointer to int |
---|
35 | f31: a open array of pointer to const pointer to int |
---|
36 | f32: a array of 10 pointer to const pointer to int |
---|
37 | f33: a open array of const pointer to const pointer to int |
---|
38 | f34: a array of 10 const pointer to const pointer to int |
---|
39 | f35: a open array of pointer to int |
---|
40 | f36: a array of 10 pointer to int |
---|
41 | f37: a open array of pointer to pointer to int |
---|
42 | f38: a array of 10 pointer to pointer to int |
---|
43 | f39: a open array of pointer to const pointer to int |
---|
44 | f40: a array of 10 pointer to const pointer to int |
---|
45 | f41: a open array of const pointer to const pointer to int |
---|
46 | f42: a array of 10 const pointer to const pointer to int |
---|
47 | f43: a open array of array of 3 int |
---|
48 | f44: a array of 3 array of 3 int |
---|
49 | f45: a open array of array of 3 int |
---|
50 | f46: a array of 3 array of 3 int |
---|
51 | f47: a open array of array of 3 int |
---|
52 | f48: a array of 3 array of 3 int |
---|
53 | f49: a open array of array of 3 pointer to int |
---|
54 | f50: a array of 3 array of 3 pointer to int |
---|
55 | f51: a open array of array of 3 pointer to pointer to int |
---|
56 | f52: a array of 3 array of 3 pointer to pointer to int |
---|
57 | f53: a open array of array of 3 pointer to const pointer to int |
---|
58 | f54: a array of 3 array of 3 pointer to const pointer to int |
---|
59 | f55: a open array of array of 3 const pointer to const pointer to int |
---|
60 | f56: a array of 3 array of 3 const pointer to const pointer to int |
---|
61 | f57: a open array of array of 3 pointer to int |
---|
62 | f58: a array of 3 array of 3 pointer to int |
---|
63 | f59: a open array of array of 3 pointer to pointer to int |
---|
64 | f60: a array of 3 array of 3 pointer to pointer to int |
---|
65 | f61: a open array of array of 3 pointer to const pointer to int |
---|
66 | f62: a array of 3 array of 3 pointer to const pointer to int |
---|
67 | f63: a open array of array of 3 const pointer to const pointer to int |
---|
68 | f64: a array of 3 array of 3 const pointer to const pointer to int |
---|
69 | f65: a function |
---|
70 | with parameters |
---|
71 | int |
---|
72 | returning int |
---|
73 | |
---|
74 | f66: a function |
---|
75 | with parameters |
---|
76 | int |
---|
77 | returning int |
---|
78 | |
---|
79 | f67: a function |
---|
80 | with parameters |
---|
81 | int |
---|
82 | returning pointer to int |
---|
83 | |
---|
84 | f68: a function |
---|
85 | with parameters |
---|
86 | int |
---|
87 | returning pointer to pointer to int |
---|
88 | |
---|
89 | f69: a function |
---|
90 | with parameters |
---|
91 | int |
---|
92 | returning pointer to const pointer to int |
---|
93 | |
---|
94 | f70: a function |
---|
95 | with parameters |
---|
96 | int |
---|
97 | returning const pointer to const pointer to int |
---|
98 | |
---|
99 | f71: a function |
---|
100 | with parameters |
---|
101 | int |
---|
102 | returning pointer to int |
---|
103 | |
---|
104 | f72: a function |
---|
105 | with parameters |
---|
106 | int |
---|
107 | returning pointer to pointer to int |
---|
108 | |
---|
109 | f73: a function |
---|
110 | with parameters |
---|
111 | int |
---|
112 | returning pointer to const pointer to int |
---|
113 | |
---|
114 | f74: a function |
---|
115 | with parameters |
---|
116 | int |
---|
117 | returning const pointer to const pointer to int |
---|
118 | |
---|
119 | f75: a pointer to function |
---|
120 | with parameters |
---|
121 | int |
---|
122 | returning int |
---|
123 | |
---|
124 | f76: a pointer to pointer to function |
---|
125 | with parameters |
---|
126 | int |
---|
127 | returning int |
---|
128 | |
---|
129 | f77: a pointer to const pointer to function |
---|
130 | with parameters |
---|
131 | int |
---|
132 | returning int |
---|
133 | |
---|
134 | f78: a const pointer to const pointer to function |
---|
135 | with parameters |
---|
136 | int |
---|
137 | returning int |
---|
138 | |
---|
139 | f79: a pointer to function |
---|
140 | with parameters |
---|
141 | int |
---|
142 | returning pointer to function |
---|
143 | with no parameters |
---|
144 | returning int |
---|
145 | |
---|
146 | |
---|
147 | f80: a const pointer to function |
---|
148 | with parameters |
---|
149 | int |
---|
150 | returning pointer to function |
---|
151 | with no parameters |
---|
152 | returning int |
---|
153 | |
---|
154 | |
---|
155 | f81: a const pointer to function |
---|
156 | with parameters |
---|
157 | int |
---|
158 | returning const pointer to function |
---|
159 | with no parameters |
---|
160 | returning int |
---|
161 | |
---|
162 | |
---|
163 | |
---|