Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
tree-prof
/
crossmodule-indir-call-topn-1a.c
blob: a8c6e365fb9035543c026848a47ca4050d47a94b [
file
] [
log
] [
blame
]
/* It seems there is no way to avoid the other source of mulitple
source testcase from being compiled independently. Just avoid
error. */
#ifdef
DOJOB
int
one
(
int
a
)
{
return
1
;
}
int
two
(
int
a
)
{
return
0
;
}
#else
int
main
()
{
return
0
;
}
#endif