[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / TableGen / duplicate-include.inc
blobeefbf5ffc2ef32f108326330ec6e3d6fe1dd5cdb
1 #ifndef DUPLICATE_INCLUDE
2 #define DUPLICATE_INCLUDE
4 // This is used by the duplicate-include.td test
5 def InInclude;
7 #endif