summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex20.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cil/doc/examples/ex20.txt')
-rw-r--r--cil/doc/examples/ex20.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/cil/doc/examples/ex20.txt b/cil/doc/examples/ex20.txt
deleted file mode 100644
index 7a51db3..0000000
--- a/cil/doc/examples/ex20.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Generated by CIL v. 1.3.5 */
-/* print_CIL_Input is true */
-
-#line 1 "cilcode.tmp/ex20.c"
-int main(void)
-{ int x ;
- int y ;
- int z ;
-
- {
-#line 1
- x = 5;
-#line 1
- y = x;
-#line 2
- x ++;
- L:
-#line 2
- y -= x;
-#line 2
- z = y;
- goto L;
-#line 3
- return (0);
-}
-}