Sign in
qemu
/
meson
/
refs/heads/testcommand
/
.
/
test cases
/
common
/
180 generator link whole
/
main.c
blob: acf871782f3830ce68ba5013e91bc3e941861862 [
file
] [
log
] [
blame
]
#include
"meson_test_function.h"
#include
<stdio.h>
int
main
()
{
if
(
meson_test_function
()
!=
19
)
{
printf
(
"Bad meson_test_function()\n"
);
return
1
;
}
return
0
;
}