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][AsmParser][NFC] Get rid of custom default operand handlers.
[llvm-project.git]
/
clang
/
test
/
Analysis
/
test-include-cpp.h
blob
90ec27acd5d35daeaf1bb7feccef18a5d9d34634
1
#ifndef TEST_INCLUDE_CPP_H
2
#define TEST_INCLUDE_CPP_H
3
4
class
TestIncludeClass
{
5
int
test1
(
int
*);
6
static int
test2
(
int
*);
7
};
8
9
#endif