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