[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / TableGen / Include.td
blob1cb779f611a197a8a6911084102b0a13b294ed88
1 // RUN: llvm-tblgen -I %p %s
3 def BeforeInclude;
5 include "Include.inc"
7 def AfterInclude;