Simplify implementation and testcase of r223401 based on feedback from dblaikie.
[oota-llvm.git] / test / DebugInfo / Inputs / dwarfdump-test3-decl.h
1 #include "dwarfdump-test3-decl2.h"
2
3 class C {
4   explicit C(bool a = false, bool b = false);
5 };
6
7 void do1() {}