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
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
cpp
/
printf
/
main.cpp
blob
483a582278c332377d8aba65fd4e7f541f8bf8fa
1
class
PrintfContainer
{
2
public
:
3
int
printf
() {
4
return
0
;
5
}
6
};
7
8
int
main
() {
9
PrintfContainer
().
printf
();
//% self.expect("expression -- printf(\"Hello\\n\")", substrs = ['6'])
10
return
0
;
11
}
12