summaryrefslogtreecommitdiff
path: root/test cases/common/130 include order/ordertest.c
blob: 6784af747b7b479471be281d909579b3c7557a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "hdr.h"
#include "prefer-build-dir-over-src-dir.h"

#if !defined(SOME_DEFINE) || SOME_DEFINE != 42
#error "Should have picked up hdr.h from inc1/hdr.h"
#endif

int main(void)
{
  return 0;
}