summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-02-08 14:34:33 +0000
committerAlexey Samsonov <samsonov@google.com>2013-02-08 14:34:33 +0000
commit897f2cf408c9522187b3a375e201bdf6938f404f (patch)
tree31fd96868df628372367634925f6681d5d7a900d /llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h
parent0b805cc75cf2397c9fce9cf47ac728e88fb3185b (diff)
downloadbcm5719-llvm-897f2cf408c9522187b3a375e201bdf6938f404f.tar.gz
bcm5719-llvm-897f2cf408c9522187b3a375e201bdf6938f404f.zip
Update tests for DWARF parser: store sources next to pre-built object files and provide build instructions
llvm-svn: 174711
Diffstat (limited to 'llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h')
-rw-r--r--llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h b/llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h
new file mode 100644
index 00000000000..4a79e959b0c
--- /dev/null
+++ b/llvm/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() {}
OpenPOWER on IntegriCloud