From 5a5de6ea3962782b02221b96b27dd064b25d381f Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 17 May 2017 20:23:22 +0000 Subject: Vendor import of lldb trunk r303291: https://llvm.org/svn/llvm-project/lldb/trunk@303291 --- packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.c (limited to 'packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.c') diff --git a/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.c b/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.c new file mode 100644 index 000000000000..8d8d668b8c31 --- /dev/null +++ b/packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two/Two.c @@ -0,0 +1,6 @@ +#include "Two.h" +#include + +void two() { + printf("Two\n"); // break here +} -- cgit v1.2.3