Sign in
llvm
/
llvm-project
/
51a86e75ddf3eac3057c901bbe5e750dea62c7c1
/
.
/
clang
/
test
/
Modules
/
Inputs
/
inherit-attribute
/
a.h
blob: 04aabe9e8c61119cf032030af6da7886ef0a54c1 [
file
] [
log
] [
blame
]
#ifndef
FOO
#define
FOO
class
Foo
{
public
:
void
step
(
int
v
);
Foo
();
};
#endif