tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-6.c
1 #include <stdio.h>
2
3 extern char _etext[];
4
5 int main(void)
6 {
7 printf ("%p: %d\n", _etext, _etext[0]);
8 return 0;
9 }
This page took 0.029966 seconds and 4 git commands to generate.