diff options
| -rw-r--r-- | test/Analysis/casts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/casts.c b/test/Analysis/casts.c index fb35f2c53b..cd57a63bc2 100644 --- a/test/Analysis/casts.c +++ b/test/Analysis/casts.c @@ -21,7 +21,7 @@ struct s { struct s *value; }; -int f1(struct s **pval) { +void f1(struct s **pval) { int *tbool = ((void*)0); struct s *t = *pval; pval = &(t->value); |
