[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / test / TableGen / IntBitInit.td
blob4e150f16833bded81cc0990524c58261c11a1691
1 // RUN: llvm-tblgen %s
3 def {
4   bit A = 1;
5   int B = A;