repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
TableGen
/
IntBitInit.td
blob
16ac9c8f912d715742d1ec693821398a82f36443
1
// RUN: tblgen %s
2
// XFAIL: vg_leak
3
def {
4
bit A = 1;
5
int B = A;
6
}