fork(4) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int x = ('c' * 0.00001);
  5. void* a = x["AAAAA!"];
  6.  
  7. printf("%c\n", a);
  8. }
  9.  
Runtime error #stdin #stdout 0s 2052KB
stdin
Standard input is empty
stdout
A