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
/
Sema
/
attr-self-alias.c
blob
ff75326f6b0c10b01a047e2943abec5950abf693
1
// RUN: %clang_cc1 -triple x86_64-pc-linux -verify -emit-llvm-only %s
2
3
int
self_alias
(
void
)
__attribute__
((
weak
,
alias
(
"self_alias"
)));
// expected-error {{alias definition is part of a cycle}}
4