aboutsummaryrefslogtreecommitdiffstats
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, 15 insertions, 0 deletions
diff --git a/cil/doc/examples/ex34.txt b/cil/doc/examples/ex34.txt
new file mode 100644
index 00000000..494ca916
--- /dev/null
+++ b/cil/doc/examples/ex34.txt
@@ -0,0 +1,15 @@
+/* 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}};