Sign in
llvm
/
llvm-project
/
llvm
/
f419fa95b8c7f04463f77ff281c699c20c5549be
/
.
/
test
/
DebugInfo
/
Inputs
/
dwarfdump-test3-decl.h
blob: 4a79e959b0ceb8fa7e71cf9daff027260843125d [
file
] [
log
] [
blame
]
#include
"dwarfdump-test3-decl2.h"
class
C
{
explicit
C
(
bool
a
=
false
,
bool
b
=
false
);
};
void
do1
()
{}