blob: c51d75be34efcaf02e424e69098a1c28b0af04cb [file] [log] [blame]
namespace ns1
{
void *foo(void);
void bar(void);
}
namespace ns2
{
void *foo(void);
void bar(void);
}