Sign in
gnu
/
binutils-gdb
/
3f7c685f26df75ee3822a3629b2794deafdf881f
/
.
/
ld
/
testsuite
/
ld-srec
/
sr2.c
blob: c753ef7c5671a189cdfed46a0993949e2969f36f [
file
]
/* This file is compiled and linked into the S-record format. */
int
e1
;
int
e2
=
1
;
int
fn1
(
char
*
s
)
{
return
s
[
e1
];
}
int
fn2
(
char
*
s
)
{
return
s
[
e2
];
}