repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
TableGen
/
IntBitInit.td
blob
4e150f16833bded81cc0990524c58261c11a1691
1
// RUN: llvm-tblgen %s
2
3
def {
4
bit A = 1;
5
int B = A;
6
}