summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen/duplicate-include.inc
blob: eefbf5ffc2ef32f108326330ec6e3d6fe1dd5cdb (plain)
1
2
3
4
5
6
7
#ifndef DUPLICATE_INCLUDE
#define DUPLICATE_INCLUDE

// This is used by the duplicate-include.td test
def InInclude;

#endif
OpenPOWER on IntegriCloud