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