Sign in
gnu
/
binutils-gdb
/
76b43c9b5c2b275cbf4f927bfc25984410cb5dd5
/
.
/
gdb
/
testsuite
/
gdb.base
/
foo.c
blob: 2553607d5ec1e0e82bb6152c3ee8c4acb8aa2a21 [
file
] [
log
] [
blame
]
static
int
foox
=
'f'
+
'o'
+
'o'
;
int
foo
(
int
x
)
{
if
(
x
)
return
foox
;
else
return
0
;
}