aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/analyzer/pr98580-a.c
blob: d2b10d6df2fed0f7e3e17ed1d821ca5fd0aa3d28 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do link } */
/* { dg-require-effective-target lto } */
/* { dg-additional-options "-flto" } */
/* { dg-additional-sources pr98580-b.c } */

int a;
int *p = &a;
int foo();
int main() { return foo(); }