BitsInitOverflow.td 100 B

12345
  1. // RUN: not llvm-tblgen %s 2> /dev/null
  2. def {
  3. bits<2> X = 5; // bitfield is too small, reject
  4. }