aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/131 include order/sub4/main.c
blob: 89226a464b50dee9e91b449d87bde2c6dead3c0e (plain)
1
2
3
4
5
6
7
8
/* Use the <> include notation to force searching in include directories */
#include <main.h>

int main(void) {
  if (somefunc() == 1984)
    return 0;
  return 1;
}