1 struct private {int x;} v24;
2 struct protected {int x;} v25;
3 struct public {int x;} v26;
4 struct s24 {int private;} ;
5 struct s25 {int protected;} ;
6 struct s26 {int public;} ;
7 typedef int private; /* 24 */
8 typedef int protected; /* 25 */
9 typedef int public; /* 26 */
10 int v24, private;
11 int v25, protected;
12 int v26, public;
13 int private (int a24);
14 int protected (int a25);
15 int public (int a26);
16