1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-19 04:32:19 +00:00
llvm-6502/test/TableGen/BitsInitOverflow.td
2011-10-06 13:39:59 +00:00

6 lines
100 B
TableGen

// RUN: not llvm-tblgen %s 2> /dev/null
def {
bits<2> X = 5; // bitfield is too small, reject
}