[Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and
[oota-llvm.git] / test / TableGen / IntBitInit.td
1 // RUN: llvm-tblgen %s
2
3 def {
4   bit A = 1;
5   int B = A;
6 }