summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex34.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cil/doc/examples/ex34.txt')
-rw-r--r--cil/doc/examples/ex34.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/cil/doc/examples/ex34.txt b/cil/doc/examples/ex34.txt
deleted file mode 100644
index 494ca91..0000000
--- a/cil/doc/examples/ex34.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Generated by CIL v. 1.3.5 */
-/* print_CIL_Input is true */
-
-#line 1 "cilcode.tmp/ex34.c"
-struct __anonstruct_nested_2 {
- int y ;
- int z ;
-};
-#line 1 "cilcode.tmp/ex34.c"
-struct __anonstruct_i_1 {
- int x ;
- struct __anonstruct_nested_2 nested ;
-};
-#line 1 "cilcode.tmp/ex34.c"
-struct __anonstruct_i_1 i = {1, {2, 6}};