[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Index / complete-macros.h
blobc9ccba2cc0e9867bbbffbca246e1ab118de4f986
1 #ifndef COMPLETE_MACROS_H_GUARD
2 #define COMPLETE_MACROS_H_GUARD
4 void in_header(int);
5 #define MACRO_IN_HEADER 1
7 #endif