Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. void main()
  2. {
  3. init();
  4. Foo.init(0);
  5. }
  6.  
  7. void init() {
  8.  
  9. }
  10.  
  11. struct Foo {
  12. static void init(int) {
  13.  
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement