fork(2) download
  1. int main ()
  2. {
  3. const int fool=13; //cpp compiler likes this!
  4. const int foo=fool;
  5. int bar[foo]={0};
  6. return 0;
  7. }
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty