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