New testcase
[oota-llvm.git] / test / TableGen / IntBitInit.td
1 // RUN: tblgen %s
2 def {
3   bit A = 1;
4   int B = A;
5 }