[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / TableGen / duplicate-include.td
blob6c132499d8516ac9866c954b8fe397426ac93033
1 // RUN: llvm-tblgen -I %p %s | FileCheck %s
3 // CHECK: def InInclude
5 include "duplicate-include.inc"
6 include "duplicate-include.inc"