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] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2009-06-14-HighlyAligned.c
blob
03f86b0aa56c04d9e337215264a208c960e148da
1
// RUN: %clang_cc1 %s -emit-llvm -o /dev/null
2
// PR4332
3
4
static int
highly_aligned
__attribute__
((
aligned
(
4096
)));
5
6
int
f
(
void
) {
7
return
highly_aligned
;
8
}