blob: 397d40c1ce14c70f457abc990fd68bcbb1f5cc26 [file] [log] [blame]
#include <simple.h>
#ifndef LIBFOO
#error LIBFOO should be defined in pkgconfig cflags
#endif
int main(int argc, char *argv[])
{
return simple_function() == 42 ? 0 : 1;
}