forked from OSchip/llvm-project
DebugInfo test: Rename function to avoid using the same name as a type
llvm-svn: 184598
This commit is contained in:
parent
8068ca72bc
commit
4686b16226
|
@ -18,7 +18,7 @@ struct foo {
|
||||||
int i;
|
int i;
|
||||||
};
|
};
|
||||||
|
|
||||||
foo *foo(foo *a) {
|
foo *bar(foo *a) {
|
||||||
foo *b = new foo(*a);
|
foo *b = new foo(*a);
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue