Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
unit
/
56 introspection
/
t2.cpp
blob: 8323f4681592f816de2a2cd08ba5721c84882787 [
file
] [
log
] [
blame
]
#include
"staticlib/static.h"
int
main
(
void
)
{
if
(
add_numbers
(
1
,
2
)
!=
3
)
{
return
1
;
}
return
0
;
}