fork(1) download
  1. int main () {
  2. typedef int ytype[5];
  3. auto z = ytype{0, 0, 0, 0, 0};
  4. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:3:33: error: taking address of temporary array
prog.cpp:3:10: warning: unused variable ‘z’ [-Wunused-variable]
stdout
Standard output is empty