Updated these tests so that they use the new temporary directory as opposed
[oota-llvm.git] / test / TableGen / IntBitInit.td
1 // RUN: tblgen %s
2 def {
3   bit A = 1;
4   int B = A;
5 }