void __t() {
label1: __attribute__((unused))
return;
}
struct __attribute__((unused)) s_1 { int m_1; } ;
struct s_2 { int m_2; } __attribute__((unused)) a;
typedef struct s_1 S_1;
register __attribute__((deprecated)) l_2;
const __attribute__((deprecated)) l_4;
long __attribute__((deprecated)) l_6;
struct s_1 __attribute__((deprecated)) l_8;
S_1 __attribute__((deprecated)) l_10;
__attribute__((deprecated)) register l_3;
__attribute__((deprecated)) const l_5;
__attribute__((deprecated)) long l_7;
__attribute__((deprecated)) struct s_1 l_9;
__attribute__((deprecated)) S_1 l_11;
static __attribute__((unused)) int *l_12_a, l_12_b(), *l_12_c;
__attribute__((unused)) unsigned *l_13_a, l_13_b(), *l_13_c;
const __attribute__((deprecated)) long __attribute__((deprecated)) long l_14;
__attribute__((noreturn)) int f_1_a_1();
int __attribute__((noreturn)) f_1_a_2();
int __p, __attribute__((noreturn)) f_1_b();
int
__attribute__((deprecated)) f_1_c(),
f_1_d(),
__attribute__((noreturn)) f_1_e();
int f_1_c() { return f_1_d(); };
int f_1_d() { return 2; };
int f_1_e() { return 3; };
int f_2() __attribute__((noreturn));
char const * c_1 = "abcde";
void mod_c_1_a() { c_1++; }
void mod_c_1_b() { (*c_1)++; }
char * const c_2;
void mod_c_2_a() { c_2++; }
void mod_c_2_b() { (*c_2)++; }
char const * const c_3;
void mod_c_3_a() { c_3++; }
void mod_c_3_b() { (*c_3)++; }
char * c_4_a;
char * __attribute__((const)) c_4_b;
char __attribute__((const)) * __attribute__((const)) c_4_c;
__attribute__((const)) char * __attribute__((const))
c_4_d __asm__("c_4_" "$$" "b") __attribute((const));
char const * (* const c_5) (void);
void mod_c_5_a() { c_5++; }
void mod_c_5_c() { (*c_5())++; }
void (__attribute__((noreturn)) *f) (void);
struct s_1 __attribute__((packed)) (*f) (void);
int __attribute__((packed)) g_1_a;
int (__attribute__((packed)) g_1);
int (__attribute__((packed)) *g_2) (void);
void (__attribute__((noreturn)) *f) (void);
int x,
__attribute__((packed))
( __attribute__((noreturn))
* __attribute__((packed))
*
*
*y) () = 3;
void ( __attribute__((noreturn))
* const __attribute__((packed))
* __restrict __attribute__((packed))
fp) (void);
__attribute__((deprecated)) int i_1;
int i_2 __attribute__((deprecated));
void t_1() { if(l_1 > 0) ; }
void foo() __attribute__((noreturn, noreturn))
__attribute__((noreturn));
void * bar() __attribute__((noreturn));
int (__attribute__((noreturn)) function) (a, b)
int a;
int b;
{
return a + b;
}
enum E {
oldval __attribute__((deprecated)),
newval
};