summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/exercise-ps.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/exercise-ps.c')
-rw-r--r--clang/test/Analysis/exercise-ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/exercise-ps.c b/clang/test/Analysis/exercise-ps.c
index 9bcda12b0b26..6d1b40f13cd3 100644
--- a/clang/test/Analysis/exercise-ps.c
+++ b/clang/test/Analysis/exercise-ps.c
@@ -15,7 +15,7 @@ static void f1(const char *x, char *y) {
// the RvalueType of an ElementRegion.
typedef struct F12_struct {} F12_typedef;
typedef void* void_typedef;
-void_typedef f2_helper();
+void_typedef f2_helper(void);
static void f2(void *buf) {
F12_typedef* x;
x = f2_helper();