[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / TableGen / prep-diag6.td
blobf4202d115da59a463c41dc92ed64b1857d058836
1 // RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
3 // CHECK: error: Expected macro name after #ifdef
4 #ifdef
5 #else
6 #else
7 #endif