1 /* { dg-options "-flive-range-shrinkage" } */
f()2 void f()
3 {
4   int i = 0;
5   void *p = 0;
6 }
7