1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/TableGen/BitsInitOverflow.td

6 lines
82 B
TableGen
Raw Normal View History

2003-08-03 20:28:09 +02:00
// RUN: not tblgen %s
def {
bits<2> X = 5; // bitfield is too small, reject
}