1 /* Don't ICE on user silliness.  GCC 3.4 and before accepts this without
2    comment; 3.5 warns.  Perhaps eventually we'll declare this an error.  */
3 
bar(void)4 void bar (void)
5 {
6         ({});
7 }
8