blob: c0b5da90dd854adf506b879f36df1ce3baaccb0f [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: not tblgen %s
2
3def {
4 bits<2> X = 5; // bitfield is too small, reject
5}