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