• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: llvm-tblgen -I %p %s | FileCheck %s
2
3// CHECK: def InInclude
4
5include "duplicate-include.inc"
6include "duplicate-include.inc"
7
8