Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
unit
/
65 static archive stripping
/
app
/
appB.c
blob: 0ec0b629e0cc0cb889c754d0e1f8b3b080f75268 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
<libB.h>
int
main
(
void
)
{
printf
(
"The answer is: %d\n"
,
libB_func
());
}