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

6 lines
100 B
TableGen
Raw Normal View History

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