aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/990117-1.c
blob: dda522059887ccbf12d90e364ec33ece8db3ace6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
static void
__bb_init_prg ()
{
  const char *p;

      {
	unsigned long l;

	(__extension__ (__builtin_constant_p (p) && __builtin_constant_p (l)
			? 5 : 2));
      }

}