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, 24 insertions, 0 deletions
diff --git a/cil/doc/examples/ex33.txt b/cil/doc/examples/ex33.txt
new file mode 100644
index 0000000..f73178f
--- /dev/null
+++ b/cil/doc/examples/ex33.txt
@@ -0,0 +1,24 @@
+/* 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);
+}
+}