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
/
2006-09-18-LargeInt.td
blob
5380212367154e69ef618c8c3db060b1c668d963
1
// RUN: llvm-tblgen %s | FileCheck %s
2
3
// CHECK: 4294901760
4
5
def X {
6
int Y = 0xFFFF0000;
7
}