Guest User

Untitled

a guest
Jul 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // foo.cpp
  2. #include "foo.h"
  3.  
  4. struct pltb *b = {
  5. &bar;
  6. } b;
  7.  
  8.  
  9.  
  10. // foo.h
  11. #include "quux.h"
  12. #include "blah.h"
  13.  
  14.  
  15.  
  16. // quux.h
  17. struct pltb {
  18. }
  19.  
  20.  
  21.  
  22. // blah.cpp
  23. struct pltb bar = {
  24. }
Add Comment
Please, Sign In to add comment