Sorry! Accidentally checked in experimental change.

llvm-svn: 84183
This commit is contained in:
John Thompson 2009-10-15 14:34:41 +00:00
parent a8b89d2622
commit 146b025c39
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ int main() {
char *strcat(char *a, char const *b) {}
void strcat() {}
void foo() {
__builtin_strcat(0, 0);