Author: void
Date: Wed Nov  7 13:36:26 2007
New Revision: 43839

URL: http://llvm.org/viewvc/llvm-project?rev=43839&view=rev
Log:
Add testcase

Added:
    llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c

Added: llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c?rev=43839&view=auto

==============================================================================
--- llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c (added)
+++ llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c Wed Nov  7 13:36:26 
2007
@@ -0,0 +1,4 @@
+// RUN: %llvmgcc -c %s -o /dev/null
+void bork() {
+  int Qux[33] = {0};
+}


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

Reply via email to