aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/131 include order/ordertest.c
blob: 775e34fa1264d728d4b0aad13a59e5adc480df45 (plain)
1
2
3
4
5
6
7
8
9
10
#include "hdr.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;
}