llvm-for-llvmta/test/TableGen/duplicate-include.inc
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

8 lines
125 B
C++

#ifndef DUPLICATE_INCLUDE
#define DUPLICATE_INCLUDE
// This is used by the duplicate-include.td test
def InInclude;
#endif