fork download
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. int const**const*const*const****const** wtf = NULL;
  6.  
  7. std::cout << wtf << std::endl;
  8. }
Success #stdin #stdout 0.01s 2680KB
stdin
Standard input is empty
stdout
0