aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr60556.c
blob: c775432f8bb084f9a61c35c905db7c32ed605cb9 (plain)
1
2
3
4
5
6
7
8
/* PR middle-end/60556 */

int g (int);

unsigned long long f (void)
{
 return (unsigned long long)(long)&g;
}