aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/complex.c')
-rw-r--r--test/Analysis/complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/complex.c b/test/Analysis/complex.c
index cef624577a6d..3633b2148413 100644
--- a/test/Analysis/complex.c
+++ b/test/Analysis/complex.c
@@ -5,7 +5,7 @@
#include <stdint.h>
-int f1(int * p) {
+void f1(int * p) {
// This branch should be infeasible
// because __imag__ p is 0.