Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/14.0-2022-03-22
/
.
/
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