bolt/deps/llvm-18.1.8/llvm/test/TableGen/duplicate-include.inc
2025-02-14 19:21:04 +01:00

7 lines
125 B
C++

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