summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2007-11-07-AlignedMemcpy.c
blob: 829b60cb0ef029d66bd2de4a14f463c8bd85e2e7 (plain)
1
2
3
4
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
void bork() {
  int Qux[33] = {0};
}