forked from OSchip/llvm-project
Sorry! Accidentally checked in experimental change.
llvm-svn: 84183
This commit is contained in:
parent
a8b89d2622
commit
146b025c39
|
@ -117,7 +117,7 @@ int main() {
|
|||
|
||||
|
||||
|
||||
char *strcat(char *a, char const *b) {}
|
||||
void strcat() {}
|
||||
|
||||
void foo() {
|
||||
__builtin_strcat(0, 0);
|
||||
|
|
Loading…
Reference in New Issue