00001 int x1; 00002 unsigned int x2; 00003 extern int x3; 00004 const int x4; 00005 struct S1; 00006 const struct S2;