summaryrefslogtreecommitdiff
path: root/examples/loop2.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loop2.c')
-rw-r--r--examples/loop2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/loop2.c b/examples/loop2.c
new file mode 100644
index 0000000..64f05c9
--- /dev/null
+++ b/examples/loop2.c
@@ -0,0 +1,2 @@
+x = 0;
+while (x <= 0) x = x-1;