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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
debug-info-large-constant.cpp
blob
5a0d4d2b85bb4a2ae1acb3916d0a4092534472d5
1
// RUN: %clang_cc1 -debug-info-kind=limited -triple=x86_64-apple-darwin %s -o /dev/null
2
// PR 8913
3
4
typedef
__uint128_t word128
;
5
static const
word128 m126
=
0xffffffffffffffff
ULL
;
6
word128
foo
() {
7
return
m126
;
8
}