summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex46.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cil/doc/examples/ex46.txt')
-rw-r--r--cil/doc/examples/ex46.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/cil/doc/examples/ex46.txt b/cil/doc/examples/ex46.txt
new file mode 100644
index 0000000..1f87ec2
--- /dev/null
+++ b/cil/doc/examples/ex46.txt
@@ -0,0 +1,23 @@
+/* Generated by CIL v. 1.3.5 */
+/* print_CIL_Input is true */
+
+#line 1 "cilcode.tmp/ex46.c"
+static int bar(int x , char y )
+{
+
+ {
+#line 2
+ return (x + (int )y);
+}
+}
+#line 6 "cilcode.tmp/ex46.c"
+int foo(int x , char y )
+{ int tmp ;
+
+ {
+#line 6
+ tmp = bar(x, y);
+#line 6
+ return (tmp);
+}
+}