OSDN Git Service

* c-decl.c (pushdecl): When an extern declaration at block scope
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 921126-1.c
1 f()
2 {
3   long long a0, a1, a0s, val;
4   int width;
5   float d;
6   if (d)
7     ;
8   if (a0s & (1LL << width))
9     ;
10   return a0 / a1;
11 }