Make this at least compile.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84167 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/builtins.c b/test/CodeGen/builtins.c
index 35a588e..ac59b27 100644
--- a/test/CodeGen/builtins.c
+++ b/test/CodeGen/builtins.c
@@ -117,7 +117,7 @@
 
 
 
-char *strcat(char *, char const *) {}
+char *strcat(char *a, char const *b) {}
 
 void foo() {
  __builtin_strcat(0, 0);