Advertisement
tinyevil

Untitled

Jul 6th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. namespace core{
  2. import maths;
  3.  
  4. invoke some_macro_1();
  5. }
  6.  
  7. namespace maths{
  8. import core;
  9.  
  10. invoke some_macro_2();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement