blob: 0b25eedfe8d7df0b3038c1799f432b4eeaf23c6a [file] [log] [blame]
/* Use the <> include notation to force searching in include directories */
#include <main.h>
int main(int argc, char *argv[]) {
if (somefunc() == 1984)
return 0;
return 1;
}