diff options
Diffstat (limited to 'test/TableGen/IntBitInit.td')
-rw-r--r-- | test/TableGen/IntBitInit.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TableGen/IntBitInit.td b/test/TableGen/IntBitInit.td index b949bfe..16ac9c8 100644 --- a/test/TableGen/IntBitInit.td +++ b/test/TableGen/IntBitInit.td @@ -1,4 +1,5 @@ // RUN: tblgen %s +// XFAIL: vg_leak def { bit A = 1; int B = A; |