]> granicus.if.org Git - clang/commitdiff
Sorry! Accidentally checked in experimental change.
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Thu, 15 Oct 2009 14:34:41 +0000 (14:34 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Thu, 15 Oct 2009 14:34:41 +0000 (14:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84183 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/builtins.c

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