Adding subdirectory dg.exp files in order to be able to use dejagnu to only run speci...
[oota-llvm.git] / test / TableGen / IntBitInit.td
1 // RUN: tblgen %s
2 def {
3   bit A = 1;
4   int B = A;
5 }