Re: lto-18 test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-6.c
CommitLineData
af55061b
L
1#include <stdio.h>
2
3extern char _etext[];
4
5int main(void)
6{
7 printf ("%p: %d\n", _etext, _etext[0]);
8 return 0;
9}
This page took 0.367684 seconds and 4 git commands to generate.