Compiler projects using llvm
#ifndef COMPLETE_MACROS_H_GUARD
#define COMPLETE_MACROS_H_GUARD

void in_header(int);
#define MACRO_IN_HEADER 1

#endif