[lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCI
[llvm-complete.git] / test / TableGen / prep-diag13.td
blobaa3fdab4802d379b155fe0556cda2524b4634a6c
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 /*
7 #else
8 #endif
9 */