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