summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Reproducer/Inputs/simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/Reproducer/Inputs/simple.c')
-rw-r--r--lldb/lit/Reproducer/Inputs/simple.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/lldb/lit/Reproducer/Inputs/simple.c b/lldb/lit/Reproducer/Inputs/simple.c
deleted file mode 100644
index ef14878bcf9..00000000000
--- a/lldb/lit/Reproducer/Inputs/simple.c
+++ /dev/null
@@ -1,18 +0,0 @@
-//===-- main.c --------------------------------------------------*- C++ -*-===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-#include <stdio.h>
-
-void foo() {
- printf("testing\n");
-}
-
-int main (int argc, char const *argv[]) {
- foo();
- return 0;
-}
OpenPOWER on IntegriCloud