Any hashing for methods should be able to compile this test case without emitting an error. Since the class and method come from the same header from each module, there should be no messages about ODR violations. llvm-svn: 321924
7 lines
89 B
C++
7 lines
89 B
C++
#ifndef Function
|
|
#define Function
|
|
namespace A {
|
|
static void Check(int*, int) {}
|
|
}
|
|
#endif
|