Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'dsf/org.eclipse.cdt.examples.dsf.pda/samples/drop.pda')
-rw-r--r--dsf/org.eclipse.cdt.examples.dsf.pda/samples/drop.pda12
1 files changed, 12 insertions, 0 deletions
diff --git a/dsf/org.eclipse.cdt.examples.dsf.pda/samples/drop.pda b/dsf/org.eclipse.cdt.examples.dsf.pda/samples/drop.pda
new file mode 100644
index 00000000000..84f60fee035
--- /dev/null
+++ b/dsf/org.eclipse.cdt.examples.dsf.pda/samples/drop.pda
@@ -0,0 +1,12 @@
+call one
+:one
+call two
+:two
+call three
+:three
+call four
+:four
+push DONE
+output
+
+

Back to the top