aboutsummaryrefslogtreecommitdiffstats
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, 22 insertions, 0 deletions
diff --git a/cil/doc/examples/ex16.txt b/cil/doc/examples/ex16.txt
new file mode 100644
index 00000000..82290c28
--- /dev/null
+++ b/cil/doc/examples/ex16.txt
@@ -0,0 +1,22 @@
+/* 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);
+}
+}