opnsense-src/test/TableGen/IntBitInit.td
2009-06-02 17:52:33 +00:00

5 lines
52 B
TableGen

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