fork download
  1. #define A W(aaaaaaaaaaaaaa)
  2. #define W(b) X(b##b##b##b##b##b##b)
  3. #define X(b) Y(b##b##b##b##b##b##b)
  4. #define Y(b) Z(b##b##b##b##b##b##b)
  5. #define Z(b) b##b##b##b##b##b##b##b
  6. template<class T,class...>class A{A<T,T,T,T,T,T,A>a;};A<A<A<A<A<A<A<float>>>>>>>c;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
cc1plus: out of memory allocating 1217397663 bytes after a total of 393216 bytes
stdout
Standard output is empty