Test to make sure that if we have an unaligned memcpy, it will still compile.

llvm-svn: 43412
This commit is contained in:
Bill Wendling 2007-10-26 23:43:35 +00:00
parent 801b63525d
commit 2305de81a4
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llc
void bork() {
char Qux[33] = {0};
}