Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / TableGen / BitsInitOverflow.td
blob076b3f6f73eb407f808783251eda77205dc99aa7
1 // RUN: not tblgen %s 2> /dev/null
3 def {
4   bits<2> X = 5;  // bitfield is too small, reject