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] Add tracking source deduction guide for the explicitly-written
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
cpp
/
modules-import
/
main.cpp
blob
a6acf9a1a6998b91b0de9083afa82f67dd05427d
1
#include
"Foo.h"
2
3
int
main
(
int
argc
,
char
**
argv
) {
4
Foo foo
;
5
// break here.
6
return
0
;
7
}