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