xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
autoload-subdirectory
/
a.h
(revision 52431f39a3232b1d33ad62423ea67094181f684d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
b.h
"
2
3
class
foo
{
4
int
x
,
y
;
5
6
public
:
foo()
7
foo
(){};
~foo()
8
~
foo
(){};
9
};
10