summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/constant-folding.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/constant-folding.c')
-rw-r--r--clang/test/Analysis/constant-folding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/constant-folding.c b/clang/test/Analysis/constant-folding.c
index 116e74b746b4..5de4f0ae3cd3 100644
--- a/clang/test/Analysis/constant-folding.c
+++ b/clang/test/Analysis/constant-folding.c
@@ -179,7 +179,7 @@ void testBitwiseRules(unsigned int a, int b, int c) {
}
}
-unsigned reset();
+unsigned reset(void);
void testCombinedSources(unsigned a, unsigned b) {
if (b >= 10 && (a | b) <= 30) {