]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/lto/20081204-1_1.c
Merge lto branch into trunk.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / lto / 20081204-1_1.c
1 extern const int i[];
2
3 int dummy(void) {
4 return i[0];
5 }