xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Modules
/
Inputs
/
inherit-attribute
/
b.h
(revision aca191cc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
a.h
"
2
bar()
3
void
bar
() {
4
&
Foo
::
step
;
5
}
6