void foo() __attribute__((noreturn, noreturn))
__attribute__((noreturn));
__attribute__((noreturn)) void
d0 (void),
__attribute__((format(printf, 1, 2))) d1 (const char *, ...),
d2 (void) ;
extern __attribute__((format(printf, 1, 2))) void tformatprintf0 (const char *, ...);
extern void __attribute__((format(printf, 1, 2))) tformatprintf1 (const char *, ...);
extern void foo (void), __attribute__((format(printf, 1, 2))) tformatprintf2 (const char *, ...);
extern __attribute__((noreturn)) void bar (void), __attribute__((format(printf, 1, 2))) tformatprintf3 (const char *, ...);
int (__attribute__((const)) x) (a, b)
int a;
int b;
{
return a + b;
}
typedef void * va_list;
extern __attribute__((__format__(__printf__, 1, 0))) void
my_vprintf_scanf (const char *, va_list, const char *, ...)
__attribute__((__format__(__scanf__, 3, 4)));
extern void (__attribute__((__format__(__printf__, 1, 0))) my_vprintf_scanf2)
(const char *, va_list, const char *, ...)
__attribute__((__format__(__scanf__, 3, 4)));
extern __attribute__((__format__(__scanf__, 3, 4))) void
(__attribute__((__format__(__printf__, 1, 0))) my_vprintf_scanf3)
(const char *, va_list, const char *, ...);
void __attribute__((dj)) foo() { }
typedef enum { a } __attribute__((packed)) t;
unsigned __l __attribute__((__mode__(__SI__)));
double foo_01_12 (void)
{
return (__extension__ ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) { __l: 0x3f800000UL }).__d);
}