fehler127: WTF - autobreak expects this to compile.
authorMoritz Kroll <Moritz.Kroll@gmx.de>
Fri, 1 Aug 2008 23:28:36 +0000 (23:28 +0000)
committerMoritz Kroll <Moritz.Kroll@gmx.de>
Fri, 1 Aug 2008 23:28:36 +0000 (23:28 +0000)
[r20927]

ir/be/test/fehler127.c [new file with mode: 0644]

diff --git a/ir/be/test/fehler127.c b/ir/be/test/fehler127.c
new file mode 100644 (file)
index 0000000..a759de7
--- /dev/null
@@ -0,0 +1,7 @@
+int main()
+{
+       if (0) {
+               long (*foo) (long, long) = __builtin_expect;
+       }
+       return 0;
+}