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