blob: 166f007375e6fe287ad15d589e2faf84774e5122 [file] [log] [blame]
#include <libfoo.h>
int main(void)
{
return call_foo() == 42 ? 0 : 1;
}