aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/c/full_lto_stepping/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/lang/c/full_lto_stepping/main.c')
-rw-r--r--lldb/test/API/lang/c/full_lto_stepping/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/test/API/lang/c/full_lto_stepping/main.c b/lldb/test/API/lang/c/full_lto_stepping/main.c
new file mode 100644
index 0000000..70002da
--- /dev/null
+++ b/lldb/test/API/lang/c/full_lto_stepping/main.c
@@ -0,0 +1,6 @@
+#include "foo.h"
+
+int main(void) {
+ int i = f();
+ return 0;
+}