aboutsummaryrefslogtreecommitdiffstats
path: root/cil/doc/examples/ex28.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cil/doc/examples/ex28.txt')
-rw-r--r--cil/doc/examples/ex28.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/cil/doc/examples/ex28.txt b/cil/doc/examples/ex28.txt
new file mode 100644
index 00000000..098b144a
--- /dev/null
+++ b/cil/doc/examples/ex28.txt
@@ -0,0 +1,24 @@
+/* Generated by CIL v. 1.3.5 */
+/* print_CIL_Input is true */
+
+#line 1 "cilcode.tmp/ex28.c"
+int main(void)
+{ int ***three ;
+ int **two ;
+ int **mem_3 ;
+ int *mem_4 ;
+ int *mem_5 ;
+
+ {
+#line 4
+ mem_3 = (*three);
+#line 4
+ mem_4 = (*mem_3);
+#line 4
+ mem_5 = (*two);
+#line 4
+ (*mem_4) = (*mem_5);
+#line 5
+ return (0);
+}
+}