blob: c3f9720c2d3d382fa11a75f98aa281d9cc80deb7 [file] [log] [blame]
Peter Collingbourne7f7f2e92011-10-06 13:39:59 +00001// RUN: not llvm-tblgen %s 2> /dev/null
Chris Lattnerf701d262003-08-03 18:28:09 +00002
3def {
4 bits<2> X = 5; // bitfield is too small, reject
5}