Sign in
qemu
/
meson
/
bcbf0685492c61fbc9acac3e7b808a5036dd2439
/
.
/
test cases
/
unit
/
18 pkgconfig static
/
main.c
blob: cc4649f71673b23d14a7a5ffe1d796882e871749 [
file
] [
log
] [
blame
]
#include
<foo.h>
#include
<stdio.h>
int
main
(
int
argc
,
char
*
argv
[])
{
int
value
=
power_level
();
if
(
value
<
9000
)
{
printf
(
"Power level is %i\n"
,
value
);
return
1
;
}
printf
(
"IT'S OVER 9000!!!\n"
);
return
0
;
}