aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20081111_0.c
blob: 899689c1bc4078432f037aaaa27443efcbb30d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
extern int mumble;
extern void abort (void);
extern void exit (int);

int
main ()
{
  if (++mumble != 42)
    abort ();
  exit (0);
}