1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
3 /* GCC was generating PHI nodes with an arity < #pred of the basic block the
4 * PHI node lived in. This was breaking LLVM because the number of entries
5 * in a PHI node must equal the number of predecessors for a basic block.
8 int trys(char *s
, int x
)