[lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCI
[llvm-complete.git] / test / TableGen / prep-diag11.td
blob0042bc04f9e10143bdb90fb3ee25d852b2500cfd
1 // RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
3 // CHECK: error: Reached EOF without matching #endif
4 // CHECK: error: The latest preprocessor control is here
5 #ifdef DISABLED
6 #else
7 #define ENABLED
8 include "prep-diag11-include.inc"