Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for...
[oota-llvm.git] / test / FrontendC / 2007-11-07-AlignedMemcpy.c
1 // RUN: %llvmgcc -S %s -o /dev/null
2 void bork() {
3   int Qux[33] = {0};
4 }