arm: cleanup legacy ARM_PE code
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr98580-a.c
blobd2b10d6df2fed0f7e3e17ed1d821ca5fd0aa3d28
1 /* { dg-do link } */
2 /* { dg-require-effective-target lto } */
3 /* { dg-additional-options "-flto" } */
4 /* { dg-additional-sources pr98580-b.c } */
6 int a;
7 int *p = &a;
8 int foo();
9 int main() { return foo(); }