forked from OSchip/llvm-project
parent
0af3d3b0f4
commit
cd4b3ba316
|
@ -86,3 +86,14 @@ namespace P {
|
|||
}
|
||||
}
|
||||
|
||||
namespace test5 {
|
||||
namespace NS {
|
||||
struct A;
|
||||
void foo(void (*)(A&));
|
||||
}
|
||||
void bar(NS::A& a);
|
||||
|
||||
void test() {
|
||||
foo(&bar);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue