[ORC] Merge ostream operators for SymbolStringPtrs into SymbolStringPool.h. NFC.
[llvm-project.git] / llvm / test / TableGen / prep-diag12.td
blob02ffa672b2fa050dd5c911d5cbd94234dce0cda1
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-diag12-include.inc"