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