blob: 628e329782260ef36f26506bfbc0d36a93b33f41 [file] [log] [blame]
/* PR middle-end/92410 */
/* { dg-do compile } */
int v;
int a() {
;
return v;
}