Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace core{
- import maths;
- invoke some_macro_1();
- }
- namespace maths{
- import core;
- invoke some_macro_2();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement