]> granicus.if.org Git - clang/commitdiff
Make this at least compile.
authorMike Stump <mrs@apple.com>
Thu, 15 Oct 2009 02:10:57 +0000 (02:10 +0000)
committerMike Stump <mrs@apple.com>
Thu, 15 Oct 2009 02:10:57 +0000 (02:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84167 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/builtins.c

index 35a588ec88bf64b473968c936c23a6cfeca08ca8..ac59b274958a30f9d3a5939428a9e61253d6784e 100644 (file)
@@ -117,7 +117,7 @@ int main() {
 
 
 
-char *strcat(char *, char const *) {}
+char *strcat(char *a, char const *b) {}
 
 void foo() {
  __builtin_strcat(0, 0);