[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / TableGen / prep-diag4.td
blob4661ef8667d23fc7d6c213b637969cc6ea0c729d
1 // RUN: not llvm-tblgen -I %p %s 2>&1 | FileCheck %s
3 // CHECK: error: double #else
4 // CHECK: error: Previous #else is here
5 #ifdef DIAG1
6 #else
7 #else
8 #endif