From: Bill Wendling Date: Wed, 7 Nov 2007 19:36:26 +0000 (+0000) Subject: Add testcase X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=033903c37b8d212a124dc93f9660652bbf502adb;p=oota-llvm.git Add testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43839 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CFrontend/2007-11-07-AlignedMemcpy.c b/test/CFrontend/2007-11-07-AlignedMemcpy.c new file mode 100644 index 00000000000..f1900bb646b --- /dev/null +++ b/test/CFrontend/2007-11-07-AlignedMemcpy.c @@ -0,0 +1,4 @@ +// RUN: %llvmgcc -c %s -o /dev/null +void bork() { + int Qux[33] = {0}; +}