aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20081222_0.c
blob: 091647a015764e5ce3da45f68e9a3d2ea0027efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-require-alias "" } */
#include "20081222_0.h"

extern void abort (void);

int
main ()
{
  if (x () == 7)
    return 0;
  abort ();
}