forked from OSchip/llvm-project
parent
a5c335527d
commit
4dcc53f312
|
@ -98,7 +98,8 @@ struct Current : Derived {
|
|||
};
|
||||
|
||||
// FIXME. This is bad message!
|
||||
struct M {
|
||||
struct M { // expected-note {{candidate function}} \
|
||||
// expected-note {{candidate function}}
|
||||
M(int i, int j); // expected-note {{candidate function}} \
|
||||
// // expected-note {{candidate function}}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue