summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen/prep-diag5.td
blob: 1b9df59acd9bdd3562931c266f47523e12d8b867 (plain)
1
2
3
4
5
6
// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s

// CHECK: error: #else without #ifdef or #ifndef
#else
#else
#endif
OpenPOWER on IntegriCloud