llvm-for-llvmta/test/TableGen/IntBitInit.td

7 lines
58 B
TableGen
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
// RUN: llvm-tblgen %s
def {
bit A = 1;
int B = A;
}