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
/
private
/
public2.h
blob
03d0a858e10e3fc9e99798f2b5b15f7a7632cf4e
1
#ifndef PUBLIC2_H
2
#define PUBLIC2_H
3
4
#include
"private2.h"
5
6
struct
use_this2
{
struct
mitts_off2 field
; };
7
struct
use_this2 public_variable2
;
8
9
#endif