summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex15.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cil/doc/examples/ex15.txt')
-rw-r--r--cil/doc/examples/ex15.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/cil/doc/examples/ex15.txt b/cil/doc/examples/ex15.txt
deleted file mode 100644
index 4f64ae9..0000000
--- a/cil/doc/examples/ex15.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Generated by CIL v. 1.3.5 */
-/* print_CIL_Input is true */
-
-#line 1 "cilcode.tmp/ex15.c"
-int foo(void)
-{ int x ;
-
- {
-#line 2
- x = 5;
-#line 3
- return (0);
-}
-}