Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-srec / sr2.c
blobc753ef7c5671a189cdfed46a0993949e2969f36f
1 /* This file is compiled and linked into the S-record format. */
3 int e1;
4 int e2 = 1;
6 int
7 fn1 (char *s)
9 return s[e1];
12 int
13 fn2 (char *s)
15 return s[e2];