fork(1) download
  1. #include <alloca.h>
  2. #include <complex.h>
  3. #include <stdatomic.h>
  4.  
  5. int main(void) {
  6. atomic_int (**foo)(complex double) = alloca(10 * sizeof(*foo));
  7. }
  8.  
Success #stdin #stdout 0s 4444KB
stdin
Standard input is empty
stdout
Standard output is empty