Make this at least compile.

llvm-svn: 84167
This commit is contained in:
Mike Stump 2009-10-15 02:10:57 +00:00
parent 37dbe96a06
commit bf186694b0
1 changed files with 1 additions and 1 deletions

View 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);