Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application.tests/projects/hello/x.c')
-rw-r--r--debug/org.eclipse.cdt.debug.application.tests/projects/hello/x.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.tests/projects/hello/x.c b/debug/org.eclipse.cdt.debug.application.tests/projects/hello/x.c
new file mode 100644
index 00000000000..d3776e46aaa
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.application.tests/projects/hello/x.c
@@ -0,0 +1,3 @@
+int x(int y) {
+ return y * 7;
+}

Back to the top