Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace outter{
- function foo():inner.Bar{}
- struct Foo{}
- invoke inner.bar();
- namespace inner{
- struct Bar{}
- function bar():Foo { foo(); }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement