blob: a6b1c3aedd3f08fa47cea1613b21591e75406aed [file] [log] [blame]
namespace Foo {
int bar() {
return 0;
}
}
int main() {
return Foo::bar();
}