Advertisement
Archon

Namespaces clean

Feb 11th, 2011
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. int code;
  2. namespace Excess{
  3. struct namespaces{
  4. static namespaces clutter(int b){
  5. ; return namespaces();
  6. }
  7. static int code;
  8. int unclear;
  9. };
  10. };
  11. namespace make{
  12. int it;
  13. }
  14.  
  15.  
  16. int main(){
  17. Excess::namespaces::clutter(::code && make::it).unclear;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement