commit | 6d8b16ca9cb7b494fa8887c5e5359fa429c809e6 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Thu Oct 15 02:10:57 2009 +0000 |
committer | Mike Stump <mrs@apple.com> | Thu Oct 15 02:10:57 2009 +0000 |
tree | a4a84958d9e4f1f45ae3bb1b15c759558eb7c809 | |
parent | 11dea9492993498865361aea9dbf819812375bf1 [diff] [blame] |
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);