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