Sign in
swiftshader
/
SwiftShader.git
/
20e22c4b509a0f7d0fa6208e2974556e46ae8b62
/
.
/
third_party
/
LLVM
/
test
/
TableGen
/
BitsInitOverflow.td
blob: 2fed34a2e5dda9b2fac77dd0d4defb75f07a220b [
file
]
// RUN: not llvm-tblgen %s 2> /dev/null
def
{
bits
<
2
>
X
=
5
;
// bitfield is too small, reject
}