1 /* PR middle-end/92410  */
2 /* { dg-do compile } */
3 int v;
4 
a()5 int a() {
6   ;
7   return v;
8 }
9