summaryrefslogtreecommitdiff
path: root/test/FrontendC/2007-11-07-AlignedMemcpy.c
blob: eb9d22c62523f1a9805b85f402e3dc1a267f67ed (plain)
1
2
3
4
// RUN: %llvmgcc -S %s -o /dev/null
void bork() {
  int Qux[33] = {0};
}