Skip to content
Snippets Groups Projects
Commit 30f98467 authored by Chris Lattner's avatar Chris Lattner
Browse files

New testcase for PR276: llvm-g++ does not mangle method names that match stdlib function names

llvm-svn: 12265
parent b26b6fe9
No related branches found
No related tags found
No related merge requests found
// RUN: %llvmgcc -xc++ -c -o - %s | llvm-dis | grep _ZN11AccessFlags6strlenEv
struct AccessFlags {
void strlen();
};
void AccessFlags::strlen() { }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment