blob: 566974192537fdf0c4befd5f65ebe69e6f5f75dc [file] [log] [blame]
namespace foo {
void baz(int);
}
void bar(int foo) {
foo::baz (3);
}