summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c')
-rw-r--r--lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c b/lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c
new file mode 100644
index 00000000000..9c9dd9f55a9
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/linux/compressed-debug-info/a.c
@@ -0,0 +1,4 @@
+int main() {
+ int z = 2;
+ return z;
+}
OpenPOWER on IntegriCloud