Crash in ast2firm concerning unreachable if.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 3 Sep 2008 20:09:28 +0000 (20:09 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 3 Sep 2008 20:09:28 +0000 (20:09 +0000)
[r21679]

parsetest/cp_error049.c [new file with mode: 0644]

diff --git a/parsetest/cp_error049.c b/parsetest/cp_error049.c
new file mode 100644 (file)
index 0000000..a302437
--- /dev/null
@@ -0,0 +1,5 @@
+int main(void)
+{
+       return 0;
+       if (0) {}
+}