// RUN: llvm-tblgen %s

def {
  bit A = 1;
  int B = A;
}