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