llvm-for-llvmta/test/TableGen/IntBitInit.td
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

7 lines
58 B
TableGen

// RUN: llvm-tblgen %s
def {
bit A = 1;
int B = A;
}