Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / TableGen / IntBitInit.td
blob4e150f16833bded81cc0990524c58261c11a1691
1 // RUN: llvm-tblgen %s
3 def {
4   bit A = 1;
5   int B = A;