hanchenye-llvm-project/llvm/test/TableGen/IntBitInit.td

6 lines
52 B
TableGen

// RUN: tblgen %s
def {
bit A = 1;
int B = A;
}