summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen/duplicate-include.td
blob: 6c132499d8516ac9866c954b8fe397426ac93033 (plain)
1
2
3
4
5
6
7
// RUN: llvm-tblgen -I %p %s | FileCheck %s

// CHECK: def InInclude

include "duplicate-include.inc"
include "duplicate-include.inc"

OpenPOWER on IntegriCloud