fork download
  1. #define a "xxxxxxxxxxx"
  2. #define b a a a a a a a
  3. #define c b b b b b b b
  4. #define d c c c c c c c
  5. #define e d d d d d d d
  6. #define f e e e e e e e
  7. #define g f f f f f f f
  8. #define h g g g g g g g
  9. #define i h h h h h h h
  10. #define j i i i i i i i
  11. main(){char *z=j;}
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:11:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(){char *z=j;}
 ^
virtual memory exhausted: Cannot allocate memory
stdout
Standard output is empty