fork(1) download
  1. int main()
  2. {
  3. const int a[100] = {};
  4. int * p = a;
  5. return 0;
  6. }
Success #stdin #stdout 0s 2244KB
stdin
Standard input is empty
stdout
Standard output is empty