summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex33.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cil/doc/examples/ex33.txt')
-rw-r--r--cil/doc/examples/ex33.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/cil/doc/examples/ex33.txt b/cil/doc/examples/ex33.txt
deleted file mode 100644
index f73178f..0000000
--- a/cil/doc/examples/ex33.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-/* Generated by CIL v. 1.3.5 */
-/* print_CIL_Input is true */
-
-#line 1 "cilcode.tmp/ex33.c"
-int (*pf)(void) ;
-#line 2 "cilcode.tmp/ex33.c"
-int f(void)
-{
-
- {
-#line 4
- pf = & f;
-#line 5
- pf = & f;
-#line 6
- ((*pf))();
-#line 7
- ((*pf))();
-#line 8
- f();
-#line 9
- return (0);
-}
-}