diff options
-rw-r--r-- | test/Analysis/complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/complex.c b/test/Analysis/complex.c index 6f850695ce..e1e60bbe2f 100644 --- a/test/Analysis/complex.c +++ b/test/Analysis/complex.c @@ -7,7 +7,7 @@ #include <stdint.h> -int f1(int * p) { +void f1(int * p) { // This branch should be infeasible // because __imag__ p is 0. |