Prep for new warning.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76621 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/misc-ps.m b/test/Analysis/misc-ps.m
index 4f97464..1eef2ba 100644
--- a/test/Analysis/misc-ps.m
+++ b/test/Analysis/misc-ps.m
@@ -146,7 +146,7 @@
 }
 
 // PR 3543 (handle empty statement expressions)
-int pr_3543(void) {
+void pr_3543(void) {
   ({});
 }