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