IntBitInit.td 58 B

123456
  1. // RUN: llvm-tblgen %s
  2. def {
  3. bit A = 1;
  4. int B = A;
  5. }