summaryrefslogtreecommitdiff
path: root/cil/doc/examples/ex20.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cil/doc/examples/ex20.txt')
-rw-r--r--cil/doc/examples/ex20.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/cil/doc/examples/ex20.txt b/cil/doc/examples/ex20.txt
new file mode 100644
index 0000000..7a51db3
--- /dev/null
+++ b/cil/doc/examples/ex20.txt
@@ -0,0 +1,26 @@
+/* Generated by CIL v. 1.3.5 */
+/* print_CIL_Input is true */
+
+#line 1 "cilcode.tmp/ex20.c"
+int main(void)
+{ int x ;
+ int y ;
+ int z ;
+
+ {
+#line 1
+ x = 5;
+#line 1
+ y = x;
+#line 2
+ x ++;
+ L:
+#line 2
+ y -= x;
+#line 2
+ z = y;
+ goto L;
+#line 3
+ return (0);
+}
+}