1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CFrontend/2007-11-07-AlignedMemcpy.c
Bill Wendling 910f86f8d3 Add testcase
llvm-svn: 43839
2007-11-07 19:36:26 +00:00

5 lines
73 B
C

// RUN: %llvmgcc -c %s -o /dev/null
void bork() {
int Qux[33] = {0};
}