1// RUN: llvm-tblgen -I %p %s | FileCheck %s2 3// CHECK: def InInclude4 5include "duplicate-include.inc"6include "duplicate-include.inc"7 8