[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / TableGen / IntBitInit.td
blob4e150f16833bded81cc0990524c58261c11a1691
1 // RUN: llvm-tblgen %s
3 def {
4   bit A = 1;
5   int B = A;