1 static void
f()2 f()
3 {
4   long long a[2];
5   int i;
6   if (g())
7     if (h())
8       ;
9   *a |= (long long)i << 65 ;
10 }
11