blob: da3a62f788a6b1c6a8f50b3a7b5b89cc8bf56fff [file] [log] [blame]
// PR c++/15786
struct A {
void foo(bar* p); /* { dg-error "declared" } */
};