Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
128 extract all shared library
/
prog.c
blob: 57a4c64dc023e1f151989041033b5aaa86310a61 [
file
] [
log
] [
blame
]
#include
"extractor.h"
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
if
((
1
+
2
+
3
+
4
)
!=
(
func1
()
+
func2
()
+
func3
()
+
func4
()))
{
printf
(
"Arithmetic is fail.\n"
);
return
1
;
}
return
0
;
}