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