summaryrefslogtreecommitdiff
path: root/test/DebugInfo/Inputs/dwarfdump-test3-decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/Inputs/dwarfdump-test3-decl.h')
-rw-r--r--test/DebugInfo/Inputs/dwarfdump-test3-decl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/DebugInfo/Inputs/dwarfdump-test3-decl.h b/test/DebugInfo/Inputs/dwarfdump-test3-decl.h
new file mode 100644
index 0000000000..4a79e959b0
--- /dev/null
+++ b/test/DebugInfo/Inputs/dwarfdump-test3-decl.h
@@ -0,0 +1,7 @@
+#include "dwarfdump-test3-decl2.h"
+
+class C {
+ explicit C(bool a = false, bool b = false);
+};
+
+void do1() {}