Skip to content
Snippets Groups Projects
Commit a992bbc0 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

Add test case for r115588.

llvm-svn: 115590
parent b71f3844
No related branches found
No related tags found
No related merge requests found
...@@ -490,3 +490,16 @@ namespace NontrivialSubsequence { ...@@ -490,3 +490,16 @@ namespace NontrivialSubsequence {
foo(a); foo(a);
} }
} }
// rdar://rdar8499524
namespace rdar8499524 {
struct W {};
struct S {
S(...);
};
void g(const S&);
void f() {
g(W());
}
}
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