Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
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
;
}