aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/20001221-1.c
blob: 4b6cc2b450b6aa92835dd62e4357b4eeeede7779 (plain)
1
2
3
4
5
6
7
int main ()
{
  unsigned long long a;
  if (! (a = 0xfedcba9876543210ULL))
    abort ();
  exit (0);
}