1// RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s 2 3// CHECK: error: #else without #ifdef or #ifndef 4#else 5#else 6#endif 7