The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Modules
Inputs
inherit-attribute
a.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
#ifndef
FOO
#define
FOO
class Foo
{
public
:
void
step
(
int
v
)
;
Foo
(
)
;
}
;
#endif