fork(1) download
  1. main ()
  2. {
  3. int* asd;
  4. int* foo = reinterpret_cast<int*>(static_cast<void*>(asd) + 10);
  5. }
Success #stdin #stdout 0s 2892KB
stdin
Standard input is empty
stdout
Standard output is empty