PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-14a.c
1 #include <stdio.h>
2
3 extern void foo(void);
4 extern int i;
5
6 int main()
7 {
8 foo();
9 if (i == 0x1234)
10 printf ("PASS\n");
11 return 0;
12 }
This page took 0.040713 seconds and 4 git commands to generate.