Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
120 extract all shared library
/
prog.c
blob: de0cc7f8ee89e26a156fcff80ea8135fe6d71ea0 [
file
] [
log
] [
blame
]
#include
"extractor.h"
#include
<stdio.h>
int
main
(
void
)
{
if
((
1
+
2
+
3
+
4
)
!=
(
func1
()
+
func2
()
+
func3
()
+
func4
()))
{
printf
(
"Arithmetic is fail.\n"
);
return
1
;
}
return
0
;
}