7 lines
89 B
C++
7 lines
89 B
C++
#ifndef Function
|
|
#define Function
|
|
namespace A {
|
|
static void Check(int*, int) {}
|
|
}
|
|
#endif
|