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
/
autoload-subdirectory.cpp
blob
e76f7056abed08c483db4643a98ff7936b2f769c
1
// RUN: %clang_cc1 -fmodules -fmodule-name=Foo -I %S/Inputs/autoload-subdirectory/ %s -verify
2
// expected-no-diagnostics
3
4
#include
"a.h"
5
#import
"c.h"
6
7
int
main
() {
8
foo neko
;
9
return
0
;
10
}