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
/
Modules
/
Inputs
/
private3
/
public.h
blob
2cf9d214d348406e9145786583a46109f2d686d7
1
#ifndef PUBLIC_H
2
#define PUBLIC_H
3
4
#include
"private.h"
5
6
void
pub
() {
7
priv
();
8
}
9
10
#endif
11