fork(2) download
  1. namespace E
  2. {
  3. class A
  4. {
  5. class Impl *pImpl;
  6. };
  7. }
  8.  
  9. class E::Impl
  10. {
  11.  
  12. };
  13.  
  14. int main() {
  15. // your code goes here
  16. return 0;
  17. }
Success #stdin #stdout 0s 3464KB
stdin
Standard input is empty
stdout
Standard output is empty