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