From: Mike Stump Date: Thu, 15 Oct 2009 02:10:57 +0000 (+0000) Subject: Make this at least compile. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d8b16ca9cb7b494fa8887c5e5359fa429c809e6;p=clang 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 35a588ec88..ac59b27495 100644 --- a/test/CodeGen/builtins.c +++ b/test/CodeGen/builtins.c @@ -117,7 +117,7 @@ int main() { -char *strcat(char *, char const *) {} +char *strcat(char *a, char const *b) {} void foo() { __builtin_strcat(0, 0);