Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
96dae81d7fe7570f97d8fbe03c02e145173f801c
/
.
/
clang
/
test
/
Modules
/
Inputs
/
DebugNestedB.h
blob: 7f75d0946e20eb6c338cdc886abbc0124722558b [
file
] [
log
] [
blame
]
/* -*- C++ -*- */
#include
"DebugNestedA.h"
class
C
{
void
run
(
AF
&
af
)
{
af
.
f
();
}
};