Advertisement
tinyevil

Untitled

Jul 6th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. namespace core{
  2. import maths.bar;
  3.  
  4. invoke some_macro_1();
  5.  
  6. namespace foo{
  7. struct Foo{}
  8.  
  9. function ffoo():Bar;
  10. }
  11. }
  12.  
  13. namespace maths{
  14. import core.foo;
  15.  
  16. invoke some_macro_2();
  17.  
  18. namespace bar{
  19. struct Bar{}
  20.  
  21. function fbar():Foo;
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement