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

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