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