blob: 6784af747b7b479471be281d909579b3c7557a36 [file] [log] [blame]
#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;
}