aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr92231.c
blob: 1813add63c61d54d8c6e67be92ad6f837079d6c8 (plain)
1
2
3
4
5
6
7
8
9
/* PR middle-end/92231 */

extern int bar (void);

int
foo (void)
{
  return (&bar + 4096) ();
}