Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for...
[oota-llvm.git] / test / FrontendC / 2007-05-08-PCH.c
1 // PR 1400
2 // RUN: %llvmgcc -x c-header %s -o /dev/null
3
4 int main() {
5   return 0;
6 }
7