Advertisement
elvman

Untitled

Sep 23rd, 2014
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. static int foo;
  2.  
  3. static void bar()
  4. {
  5. }
  6.  
  7. class Foo
  8. {
  9.     static void Bar()
  10.     {
  11.         static int a;
  12.     }
  13.    
  14.     static int b;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement