fork(1) download
  1. template<typename T>
  2. struct B { static const int i = T::value; };
  3.  
  4. struct D : B<D> { static const int value = 0; } d;
  5.  
  6. int main () {}
  7.  
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty