diff options
Diffstat (limited to 'examples/loop.c')
-rw-r--r-- | examples/loop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/loop.c b/examples/loop.c new file mode 100644 index 0000000..7e22dfa --- /dev/null +++ b/examples/loop.c @@ -0,0 +1,3 @@ +x = 0; +while (x >= 0) { } + |