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