aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20031203-3.c
blob: 341a9df984acb12526f653e23239e46a9f3b0898 (plain)
1
2
3
4
5
6
7
/* Don't ICE on user silliness.  GCC 3.4 and before accepts this without
   comment; 3.5 warns.  Perhaps eventually we'll declare this an error.  */

void bar (void)
{
        ({});
}