3 extern void abort (void);
4 extern void exit (int);
6 #define small __attribute__((mode(QI))) int
11 x
= (small
) y
; /* { dg-bogus "ignored" } */
12 if (sizeof (small
) != sizeof (char)) /* { dg-bogus "ignored" } */
14 if (sizeof (x
) != sizeof (char) && x
== y
)