summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex16.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cil/doc/examples/ex16.txt')
-rw-r--r--cil/doc/examples/ex16.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/cil/doc/examples/ex16.txt b/cil/doc/examples/ex16.txt
deleted file mode 100644
index 82290c2..0000000
--- a/cil/doc/examples/ex16.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Generated by CIL v. 1.3.5 */
-/* print_CIL_Input is true */
-
-#line 1 "cilcode.tmp/ex16.c"
-extern int f(int ) ;
-#line 1 "cilcode.tmp/ex16.c"
-int main(void)
-{ int x ;
- int tmp ;
- int tmp___0 ;
-
- {
-#line 2
- tmp = x;
-#line 2
- x ++;
-#line 2
- tmp___0 = f(x);
-#line 2
- return (tmp + tmp___0);
-}
-}