Sign in
qemu
/
meson
/
refs/heads/dircondense2
/
.
/
test cases
/
common
/
154 wrap file should not failed
/
src
/
test.c
blob: 34cf9918377c2ca872217fee22fc2e22e243b8ad [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
bar_dummy_func
(
void
);
int
dummy_func
(
void
);
int
main
(
void
)
{
printf
(
"Hello world %d\n"
,
bar_dummy_func
()
+
dummy_func
());
return
0
;
}