Author: dpatel
Date: Mon Oct 15 10:41:07 2007
New Revision: 42986

URL: http://llvm.org/viewvc/llvm-project?rev=42986&view=rev
Log:
New test.

Added:
    llvm/trunk/test/CFrontend/2007-10-15-VoidPtr.c

Added: llvm/trunk/test/CFrontend/2007-10-15-VoidPtr.c
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CFrontend/2007-10-15-VoidPtr.c?rev=42986&view=auto

==============================================================================
--- llvm/trunk/test/CFrontend/2007-10-15-VoidPtr.c (added)
+++ llvm/trunk/test/CFrontend/2007-10-15-VoidPtr.c Mon Oct 15 10:41:07 2007
@@ -0,0 +1,5 @@
+// RUN: llvm-gcc -S %s -o /dev/null
+void bork(void **data) {
+  (*(unsigned short *) (&(data[37])[927]) = 0);
+}
+


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to